#064319

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

Shades of British Racing Green #064319

Tints of British Racing Green #064319

Color information

#064319 (or 0x064319) is unknown color: approx British Racing Green. HEX triplet: 06, 43 and 19. RGB value is (6,67,25). Sum of RGB (Red+Green+Blue) = 6+67+25=98 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.12% from 98); Green value is 67 (26.56% from 255 or 68.37% from 98); Blue value is 25 (10.16% from 255 or 25.51% from 98); Max value from RGB is 67 - color contains mainly: green. Hex color #064319 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064319 is #F9BCE6. Grayscale: #2C2C2C. Windows color (decimal): -16366823 or 1655558. OLE color: 1655558.

HSL color Cylindrical-coordinate representation of color #064319: hue angle of 138.69º degrees, saturation: 0.84, 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 #064319 is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.74.

Color convert

RGB66725-
CMYK0.9100.630.74
HSL138.69º83.56%14.31%-
HSV(B)138.69º91.04%26.27%-
XYZ2.264.121.6-
YUV43.97117.29100.92-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.12%
GREEN value IS 67 (26.56% from 255) = 68.37%
BLUE value IS 25 (10.16% from 255) = 25.51%
R=6.12%
G=68.37%
B=25.51%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal667250.9100.630.74138.6983.5614.31
Hex643195B03F4A8b54e
Octal61033113307711221312416
Binary1101000011110011011011011111110010101000101110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064319; }

 p { color: rgb(6,67,25); }

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

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

 a { background-color: rgb(6,67,25); }

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

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

 span { border-color: rgb(6,67,25); }

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