#064231

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

Shades of British Racing Green #064231

Tints of British Racing Green #064231

Color information

#064231 (or 0x064231) is unknown color: approx British Racing Green. HEX triplet: 06, 42 and 31. RGB value is (6,66,49). Sum of RGB (Red+Green+Blue) = 6+66+49=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 66 (26.17% from 255 or 54.55% from 121); Blue value is 49 (19.53% from 255 or 40.50% from 121); Max value from RGB is 66 - color contains mainly: green. Hex color #064231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064231 is #F9BDCE. Grayscale: #2E2E2E. Windows color (decimal): -16367055 or 3228166. OLE color: 3228166.

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

Color convert

RGB66649-
CMYK0.9100.260.74
HSL163º83.33%14.12%-
HSV(B)163º90.91%25.88%-
XYZ2.584.163.57-
YUV46.12129.6299.38-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.96%
GREEN value IS 66 (26.17% from 255) = 54.55%
BLUE value IS 49 (19.53% from 255) = 40.50%
R=4.96%
G=54.55%
B=40.50%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal666490.9100.260.7416383.3314.12
Hex642315B01A4Aa353e
Octal61026113303211224312316
Binary1101000010110001101101101101010010101010001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064231; }

 p { color: rgb(6,66,49); }

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

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

 a { background-color: rgb(6,66,49); }

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

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

 span { border-color: rgb(6,66,49); }

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