#05532A

Color #05532A British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #05532A

Tints of British Racing Green #05532A

Color information

#05532A (or 0x05532A) is unknown color: approx British Racing Green. HEX triplet: 05, 53 and 2A. RGB value is (5,83,42). Sum of RGB (Red+Green+Blue) = 5+83+42=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 83 (32.81% from 255 or 63.85% from 130); Blue value is 42 (16.80% from 255 or 32.31% from 130); Max value from RGB is 83 - color contains mainly: green. Hex color #05532A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05532A is #FAACD5. Grayscale: #373737. Windows color (decimal): -16428246 or 2773765. OLE color: 2773765.

HSL color Cylindrical-coordinate representation of color #05532A: hue angle of 148.46º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05532A is Cyan = 0.94, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB58342-
CMYK0.9400.490.67
HSL148.46º88.64%17.25%-
HSV(B)148.46º93.98%32.55%-
XYZ3.576.393.23-
YUV55120.6692.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 3.85%
GREEN value IS 83 (32.81% from 255) = 63.85%
BLUE value IS 42 (16.80% from 255) = 32.31%
R=3.85%
G=63.85%
B=32.31%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal583420.9400.490.67148.4688.6417.25
Hex5532A5E03143945911
Octal51235213606110322413121
Binary101101001110101010111100110001100001110010100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05532A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05532A; }

 p { color: rgb(5,83,42); }

 H1.HeaderClassName
 {
   color: #05532A;
 }
 .AnyTagClassName
 {
   color: #05532A;
 }
</style>
background-color css

<style>
 a { background-color: #05532A; }

 a { background-color: rgb(5,83,42); }

 div.DivClassName
 {
   background-color: #05532A;
 }
 .BgClassName
 {
   background-color: #05532A;
 }
</style>
border-color css

<style>
 span { border-color: #05532A; }

 span { border-color: rgb(5,83,42); }

 td.TdClassName
 {
   border-color: #05532A;
 }
 .TagClassName
 {
   border-color: #05532A;
 }
</style>