#064F33

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

Shades of British Racing Green #064F33

Tints of British Racing Green #064F33

Color information

#064F33 (or 0x064F33) is unknown color: approx British Racing Green. HEX triplet: 06, 4F and 33. RGB value is (6,79,51). Sum of RGB (Red+Green+Blue) = 6+79+51=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 79 (31.25% from 255 or 58.09% from 136); Blue value is 51 (20.31% from 255 or 37.5% from 136); Max value from RGB is 79 - color contains mainly: green. Hex color #064F33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #064F33 is #F9B0CC. Grayscale: #363636. Windows color (decimal): -16363725 or 3362566. OLE color: 3362566.

HSL color Cylindrical-coordinate representation of color #064F33: hue angle of 156.99º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064F33 is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.69.

Color convert

RGB67951-
CMYK0.9200.350.69
HSL156.99º85.88%16.67%-
HSV(B)156.99º92.41%30.98%-
XYZ3.475.874.08-
YUV53.98126.3293.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.41%
GREEN value IS 79 (31.25% from 255) = 58.09%
BLUE value IS 51 (20.31% from 255) = 37.5%
R=4.41%
G=58.09%
B=37.5%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal679510.9200.350.69156.9985.8816.67
Hex64F335C023459d5611
Octal61176313404310523512621
Binary110100111111001110111000100011100010110011101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,79,51); }

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

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

 a { background-color: rgb(6,79,51); }

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

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

 span { border-color: rgb(6,79,51); }

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