#064424

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

Shades of British Racing Green #064424

Tints of British Racing Green #064424

Color information

#064424 (or 0x064424) is unknown color: approx British Racing Green. HEX triplet: 06, 44 and 24. RGB value is (6,68,36). Sum of RGB (Red+Green+Blue) = 6+68+36=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 68 (26.95% from 255 or 61.82% from 110); Blue value is 36 (14.45% from 255 or 32.73% from 110); Max value from RGB is 68 - color contains mainly: green. Hex color #064424 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064424 is #F9BBDB. Grayscale: #2D2D2D. Windows color (decimal): -16366556 or 2376710. OLE color: 2376710.

HSL color Cylindrical-coordinate representation of color #064424: hue angle of 149.03º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064424 is Cyan = 0.91, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB66836-
CMYK0.9100.470.73
HSL149.03º83.78%14.51%-
HSV(B)149.03º91.18%26.67%-
XYZ2.464.32.37-
YUV45.81122.4699.6-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.45%
GREEN value IS 68 (26.95% from 255) = 61.82%
BLUE value IS 36 (14.45% from 255) = 32.73%
R=5.45%
G=61.82%
B=32.73%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal668360.9100.470.73149.0383.7814.51
Hex644245B02F499554f
Octal61044413305711122512417
Binary11010001001001001011011010111110010011001010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064424; }

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

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

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

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

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

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

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

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