#064B20

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

Shades of British Racing Green #064B20

Tints of British Racing Green #064B20

Color information

#064B20 (or 0x064B20) is unknown color: approx British Racing Green. HEX triplet: 06, 4B and 20. RGB value is (6,75,32). Sum of RGB (Red+Green+Blue) = 6+75+32=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 75 (29.69% from 255 or 66.37% from 113); Blue value is 32 (12.89% from 255 or 28.32% from 113); Max value from RGB is 75 - color contains mainly: green. Hex color #064B20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064B20 is #F9B4DF. Grayscale: #313131. Windows color (decimal): -16364768 or 2116358. OLE color: 2116358.

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

Color convert

RGB67532-
CMYK0.9200.570.71
HSL142.61º85.19%15.88%-
HSV(B)142.61º92%29.41%-
XYZ2.855.182.22-
YUV49.47118.1497-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.31%
GREEN value IS 75 (29.69% from 255) = 66.37%
BLUE value IS 32 (12.89% from 255) = 28.32%
R=5.31%
G=66.37%
B=28.32%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal675320.9200.570.71142.6185.1915.88
Hex64B205C039478f5510
Octal61134013407110721712520
Binary110100101110000010111000111001100011110001111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,75,32); }

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

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

 a { background-color: rgb(6,75,32); }

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

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

 span { border-color: rgb(6,75,32); }

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