#064F24

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

Shades of British Racing Green #064F24

Tints of British Racing Green #064F24

Color information

#064F24 (or 0x064F24) is unknown color: approx British Racing Green. HEX triplet: 06, 4F and 24. RGB value is (6,79,36). Sum of RGB (Red+Green+Blue) = 6+79+36=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 79 (31.25% from 255 or 65.29% from 121); Blue value is 36 (14.45% from 255 or 29.75% from 121); Max value from RGB is 79 - color contains mainly: green. Hex color #064F24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #064F24 is #F9B0DB. Grayscale: #343434. Windows color (decimal): -16363740 or 2379526. OLE color: 2379526.

HSL color Cylindrical-coordinate representation of color #064F24: hue angle of 144.66º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064F24 is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.69.

Color convert

RGB67936-
CMYK0.9200.540.69
HSL144.66º85.88%16.67%-
HSV(B)144.66º92.41%30.98%-
XYZ3.195.762.61-
YUV52.27118.8295-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.96%
GREEN value IS 79 (31.25% from 255) = 65.29%
BLUE value IS 36 (14.45% from 255) = 29.75%
R=4.96%
G=65.29%
B=29.75%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal679360.9200.540.69144.6685.8816.67
Hex64F245C03645915611
Octal61174413406610522112621
Binary110100111110010010111000110110100010110010001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064F24; }

 p { color: rgb(6,79,36); }

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

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

 a { background-color: rgb(6,79,36); }

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

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

 span { border-color: rgb(6,79,36); }

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