#064131

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

Shades of British Racing Green #064131

Tints of British Racing Green #064131

Color information

#064131 (or 0x064131) is unknown color: approx British Racing Green. HEX triplet: 06, 41 and 31. RGB value is (6,65,49). Sum of RGB (Red+Green+Blue) = 6+65+49=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 65 (25.78% from 255 or 54.17% from 120); Blue value is 49 (19.53% from 255 or 40.83% from 120); Max value from RGB is 65 - color contains mainly: green. Hex color #064131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064131 is #F9BECE. Grayscale: #2D2D2D. Windows color (decimal): -16367311 or 3227910. OLE color: 3227910.

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

Color convert

RGB66549-
CMYK0.9100.250.75
HSL163.73º83.1%13.92%-
HSV(B)163.73º90.77%25.49%-
XYZ2.524.043.55-
YUV45.54129.9599.8-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5%
GREEN value IS 65 (25.78% from 255) = 54.17%
BLUE value IS 49 (19.53% from 255) = 40.83%
R=5%
G=54.17%
B=40.83%

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
Decimal665490.9100.250.75163.7383.113.92
Hex641315B0194Ba453e
Octal61016113303111324412316
Binary1101000001110001101101101100110010111010010010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064131; }

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

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

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

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

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

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

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

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