#05532B

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

Shades of British Racing Green #05532B

Tints of British Racing Green #05532B

Color information

#05532B (or 0x05532B) is unknown color: approx British Racing Green. HEX triplet: 05, 53 and 2B. RGB value is (5,83,43). Sum of RGB (Red+Green+Blue) = 5+83+43=131 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.82% from 131); Green value is 83 (32.81% from 255 or 63.36% from 131); Blue value is 43 (17.19% from 255 or 32.82% from 131); Max value from RGB is 83 - color contains mainly: green. Hex color #05532B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05532B is #FAACD4. Grayscale: #373737. Windows color (decimal): -16428245 or 2839301. OLE color: 2839301.

HSL color Cylindrical-coordinate representation of color #05532B: hue angle of 149.23º 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 #05532B is Cyan = 0.94, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB58343-
CMYK0.9400.480.67
HSL149.23º88.64%17.25%-
HSV(B)149.23º93.98%32.55%-
XYZ3.596.393.33-
YUV55.12121.1692.25-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.82%
GREEN value IS 83 (32.81% from 255) = 63.36%
BLUE value IS 43 (17.19% from 255) = 32.82%
R=3.82%
G=63.36%
B=32.82%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal583430.9400.480.67149.2388.6417.25
Hex5532B5E03043955911
Octal51235313606010322513121
Binary101101001110101110111100110000100001110010101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05532B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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