#064732

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

Shades of British Racing Green #064732

Tints of British Racing Green #064732

Color information

#064732 (or 0x064732) is unknown color: approx British Racing Green. HEX triplet: 06, 47 and 32. RGB value is (6,71,50). Sum of RGB (Red+Green+Blue) = 6+71+50=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 71 (28.12% from 255 or 55.91% from 127); Blue value is 50 (19.92% from 255 or 39.37% from 127); Max value from RGB is 71 - color contains mainly: green. Hex color #064732 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064732 is #F9B8CD. Grayscale: #313131. Windows color (decimal): -16365774 or 3294982. OLE color: 3294982.

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

Color convert

RGB67150-
CMYK0.9200.300.72
HSL160.62º84.42%15.1%-
HSV(B)160.62º91.55%27.84%-
XYZ2.94.783.79-
YUV49.17128.4797.21-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.72%
GREEN value IS 71 (28.12% from 255) = 55.91%
BLUE value IS 50 (19.92% from 255) = 39.37%
R=4.72%
G=55.91%
B=39.37%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal671500.9200.300.72160.6284.4215.1
Hex647325C01E48a154f
Octal61076213403611024112417
Binary1101000111110010101110001111010010001010000110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064732; }

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

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

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

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

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

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

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

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