Html Css Color HEX #064B20 British Racing Green

📋 copy color: '#064B20'

red 6 ◦ green 75 ◦ blue 32

#064B20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #064B20

Tints of British Racing Green #064B20

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 value IS 0.92

 M value IS 0

 Y value IS 0.57

 K value IS 0.71

RGB Variations

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

Color information

#064B20 (or 0x064B20) is known color: 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

RGB 6 75 32 -
CMYK 0.92 0 0.57 0.71
HSL 142.61º 0.85% 0.16% -
HSV(B) 142.61º 0.92% 0.29% -
XYZ 2.85 5.18 2.22 -
YUV 49.47 118.14 97 -
System Red Green Blue C M Y K H S L
Decimal 6 75 32 0.92 0 0.57 0.71 142.61 0.85 0.16
Hex 6 4B 20 5C 0 39 47 8F 55 10
Octal 6 113 40 134 0 71 107 217 125 20
Binary 110 1001011 100000 1011100 0 111001 1000111 10001111 1010101 10000

Color Harmonies of #064B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064B20

Black with #064B20

Text Example


Text Example

White with #064B20

Text Example


Text Example

HTML Codes & Css Web 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>