#064030

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

Shades of British Racing Green #064030

Tints of British Racing Green #064030

Color information

#064030 (or 0x064030) is unknown color: approx British Racing Green. HEX triplet: 06, 40 and 30. RGB value is (6,64,48). Sum of RGB (Red+Green+Blue) = 6+64+48=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 64 (25.39% from 255 or 54.24% from 118); Blue value is 48 (19.14% from 255 or 40.68% from 118); Max value from RGB is 64 - color contains mainly: green. Hex color #064030 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064030 is #F9BFCF. Grayscale: #2C2C2C. Windows color (decimal): -16367568 or 3162118. OLE color: 3162118.

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

Color convert

RGB66448-
CMYK0.9100.250.75
HSL163.45º82.86%13.73%-
HSV(B)163.45º90.62%25.1%-
XYZ2.443.923.42-
YUV44.83129.78100.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.08%
GREEN value IS 64 (25.39% from 255) = 54.24%
BLUE value IS 48 (19.14% from 255) = 40.68%
R=5.08%
G=54.24%
B=40.68%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal664480.9100.250.75163.4582.8613.73
Hex640305B0194Ba353e
Octal61006013303111324312316
Binary1101000000110000101101101100110010111010001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064030; }

 p { color: rgb(6,64,48); }

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

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

 a { background-color: rgb(6,64,48); }

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

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

 span { border-color: rgb(6,64,48); }

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