#064933

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

Shades of British Racing Green #064933

Tints of British Racing Green #064933

Color information

#064933 (or 0x064933) is unknown color: approx British Racing Green. HEX triplet: 06, 49 and 33. RGB value is (6,73,51). Sum of RGB (Red+Green+Blue) = 6+73+51=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 73 (28.91% from 255 or 56.15% from 130); Blue value is 51 (20.31% from 255 or 39.23% from 130); Max value from RGB is 73 - color contains mainly: green. Hex color #064933 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064933 is #F9B6CC. Grayscale: #323232. Windows color (decimal): -16365261 or 3361030. OLE color: 3361030.

HSL color Cylindrical-coordinate representation of color #064933: hue angle of 160.3º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064933 is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.71.

Color convert

RGB67351-
CMYK0.9200.300.71
HSL160.3º84.81%15.49%-
HSV(B)160.3º91.78%28.63%-
XYZ3.065.043.94-
YUV50.46128.396.29-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.62%
GREEN value IS 73 (28.91% from 255) = 56.15%
BLUE value IS 51 (20.31% from 255) = 39.23%
R=4.62%
G=56.15%
B=39.23%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal673510.9200.300.71160.384.8115.49
Hex649335C01E47a055f
Octal61116313403610724012517
Binary1101001001110011101110001111010001111010000010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064933; }

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

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

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

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

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

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

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

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