#064932

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

Shades of British Racing Green #064932

Tints of British Racing Green #064932

Color information

#064932 (or 0x064932) is unknown color: approx British Racing Green. HEX triplet: 06, 49 and 32. RGB value is (6,73,50). Sum of RGB (Red+Green+Blue) = 6+73+50=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 73 (28.91% from 255 or 56.59% from 129); Blue value is 50 (19.92% from 255 or 38.76% from 129); Max value from RGB is 73 - color contains mainly: green. Hex color #064932 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064932 is #F9B6CD. Grayscale: #323232. Windows color (decimal): -16365262 or 3295494. OLE color: 3295494.

HSL color Cylindrical-coordinate representation of color #064932: hue angle of 159.4º 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 #064932 is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB67350-
CMYK0.9200.320.71
HSL159.4º84.81%15.49%-
HSV(B)159.4º91.78%28.63%-
XYZ3.035.033.83-
YUV50.34127.896.37-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.65%
GREEN value IS 73 (28.91% from 255) = 56.59%
BLUE value IS 50 (19.92% from 255) = 38.76%
R=4.65%
G=56.59%
B=38.76%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal673500.9200.320.71159.484.8115.49
Hex649325C020479f55f
Octal61116213404010723712517
Binary11010010011100101011100010000010001111001111110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064932; }

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

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

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

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

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

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

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

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