#064419

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

Shades of British Racing Green #064419

Tints of British Racing Green #064419

Color information

#064419 (or 0x064419) is unknown color: approx British Racing Green. HEX triplet: 06, 44 and 19. RGB value is (6,68,25). Sum of RGB (Red+Green+Blue) = 6+68+25=99 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6.06% from 99); Green value is 68 (26.95% from 255 or 68.69% from 99); Blue value is 25 (10.16% from 255 or 25.25% from 99); Max value from RGB is 68 - color contains mainly: green. Hex color #064419 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064419 is #F9BBE6. Grayscale: #2C2C2C. Windows color (decimal): -16366567 or 1655814. OLE color: 1655814.

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

Color convert

RGB66825-
CMYK0.9100.630.73
HSL138.39º83.78%14.51%-
HSV(B)138.39º91.18%26.67%-
XYZ2.324.241.62-
YUV44.56116.96100.5-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.06%
GREEN value IS 68 (26.95% from 255) = 68.69%
BLUE value IS 25 (10.16% from 255) = 25.25%
R=6.06%
G=68.69%
B=25.25%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal668250.9100.630.73138.3983.7814.51
Hex644195B03F498a54f
Octal61043113307711121212417
Binary1101000100110011011011011111110010011000101010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064419; }

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

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

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

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

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

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

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

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