#05432C

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

Shades of British Racing Green #05432C

Tints of British Racing Green #05432C

Color information

#05432C (or 0x05432C) is unknown color: approx British Racing Green. HEX triplet: 05, 43 and 2C. RGB value is (5,67,44). Sum of RGB (Red+Green+Blue) = 5+67+44=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 67 (26.56% from 255 or 57.76% from 116); Blue value is 44 (17.58% from 255 or 37.93% from 116); Max value from RGB is 67 - color contains mainly: green. Hex color #05432C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05432C is #FABCD3. Grayscale: #2D2D2D. Windows color (decimal): -16432340 or 2900741. OLE color: 2900741.

HSL color Cylindrical-coordinate representation of color #05432C: hue angle of 157.74º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05432C is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.74.

Color convert

RGB56744-
CMYK0.9300.340.74
HSL157.74º86.11%14.12%-
HSV(B)157.74º92.54%26.27%-
XYZ2.524.233.07-
YUV45.84126.9698.87-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.31%
GREEN value IS 67 (26.56% from 255) = 57.76%
BLUE value IS 44 (17.58% from 255) = 37.93%
R=4.31%
G=57.76%
B=37.93%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal567440.9300.340.74157.7486.1114.12
Hex5432C5D0224A9e56e
Octal51035413504211223612616
Binary10110000111011001011101010001010010101001111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05432C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05432C; }

 p { color: rgb(5,67,44); }

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

<style>
 a { background-color: #05432C; }

 a { background-color: rgb(5,67,44); }

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

<style>
 span { border-color: #05432C; }

 span { border-color: rgb(5,67,44); }

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