#064331

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

Shades of British Racing Green #064331

Tints of British Racing Green #064331

Color information

#064331 (or 0x064331) is unknown color: approx British Racing Green. HEX triplet: 06, 43 and 31. RGB value is (6,67,49). Sum of RGB (Red+Green+Blue) = 6+67+49=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 67 (26.56% from 255 or 54.92% from 122); Blue value is 49 (19.53% from 255 or 40.16% from 122); Max value from RGB is 67 - color contains mainly: green. Hex color #064331 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064331 is #F9BCCE. Grayscale: #2E2E2E. Windows color (decimal): -16366799 or 3228422. OLE color: 3228422.

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

Color convert

RGB66749-
CMYK0.9100.270.74
HSL162.3º83.56%14.31%-
HSV(B)162.3º91.04%26.27%-
XYZ2.644.273.59-
YUV46.71129.2998.96-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.92%
GREEN value IS 67 (26.56% from 255) = 54.92%
BLUE value IS 49 (19.53% from 255) = 40.16%
R=4.92%
G=54.92%
B=40.16%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal667490.9100.270.74162.383.5614.31
Hex643315B01B4Aa254e
Octal61036113303311224212416
Binary1101000011110001101101101101110010101010001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064331; }

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

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

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

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

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

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

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

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