#064C27

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

Shades of British Racing Green #064C27

Tints of British Racing Green #064C27

Color information

#064C27 (or 0x064C27) is unknown color: approx British Racing Green. HEX triplet: 06, 4C and 27. RGB value is (6,76,39). Sum of RGB (Red+Green+Blue) = 6+76+39=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 76 (30.08% from 255 or 62.81% from 121); Blue value is 39 (15.62% from 255 or 32.23% from 121); Max value from RGB is 76 - color contains mainly: green. Hex color #064C27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064C27 is #F9B3D8. Grayscale: #323232. Windows color (decimal): -16364505 or 2575366. OLE color: 2575366.

HSL color Cylindrical-coordinate representation of color #064C27: hue angle of 148.29º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064C27 is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.70.

Color convert

RGB67639-
CMYK0.9200.490.70
HSL148.29º85.37%16.08%-
HSV(B)148.29º92.11%29.8%-
XYZ3.035.352.79-
YUV50.85121.3196.01-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.96%
GREEN value IS 76 (30.08% from 255) = 62.81%
BLUE value IS 39 (15.62% from 255) = 32.23%
R=4.96%
G=62.81%
B=32.23%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal676390.9200.490.70148.2985.3716.08
Hex64C275C03146945510
Octal61144713406110622412520
Binary110100110010011110111000110001100011010010100101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064C27; }

 p { color: rgb(6,76,39); }

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

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

 a { background-color: rgb(6,76,39); }

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

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

 span { border-color: rgb(6,76,39); }

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