#064232

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

Shades of British Racing Green #064232

Tints of British Racing Green #064232

Color information

#064232 (or 0x064232) is unknown color: approx British Racing Green. HEX triplet: 06, 42 and 32. RGB value is (6,66,50). Sum of RGB (Red+Green+Blue) = 6+66+50=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 66 (26.17% from 255 or 54.10% from 122); Blue value is 50 (19.92% from 255 or 40.98% from 122); Max value from RGB is 66 - color contains mainly: green. Hex color #064232 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064232 is #F9BDCD. Grayscale: #2E2E2E. Windows color (decimal): -16367054 or 3293702. OLE color: 3293702.

HSL color Cylindrical-coordinate representation of color #064232: hue angle of 164º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064232 is Cyan = 0.91, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.74.

Color convert

RGB66650-
CMYK0.9100.240.74
HSL164º83.33%14.12%-
HSV(B)164º90.91%25.88%-
XYZ2.64.173.68-
YUV46.24130.1299.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.92%
GREEN value IS 66 (26.17% from 255) = 54.10%
BLUE value IS 50 (19.92% from 255) = 40.98%
R=4.92%
G=54.10%
B=40.98%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal666500.9100.240.7416483.3314.12
Hex642325B0184Aa453e
Octal61026213303011224412316
Binary1101000010110010101101101100010010101010010010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064232; }

 p { color: rgb(6,66,50); }

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

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

 a { background-color: rgb(6,66,50); }

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

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

 span { border-color: rgb(6,66,50); }

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