Html Css Color HEX #064032 British Racing Green

📋 copy color: '#064032'

red 6 ◦ green 64 ◦ blue 50

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

Shades of British Racing Green #064032

Tints of British Racing Green #064032

RGB

 RED value IS 6 (2.73% from 255) = 5%

 GREEN value IS 64 (25.39% from 255) = 53.33%

 BLUE value IS 50 (19.92% from 255) = 41.67%

R = 5%
G = 53.33%
B = 41.67%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#064032 (or 0x064032) is known color: British Racing Green. HEX triplet: 06, 40 and 32. RGB value is (6,64,50). Sum of RGB (Red+Green+Blue) = 6+64+50=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 64 (25.39% from 255 or 53.33% from 120); Blue value is 50 (19.92% from 255 or 41.67% from 120); Max value from RGB is 64 - color contains mainly: green. Hex color #064032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064032 is #F9BFCD. Grayscale: #2D2D2D. Windows color (decimal): -16367566 or 3293190. OLE color: 3293190.

HSL color Cylindrical-coordinate representation of color #064032: hue angle of 165.52º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064032 is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 64 50 -
CMYK 0.91 0 0.22 0.75
HSL 165.52º 0.83% 0.14% -
HSV(B) 165.52º 0.91% 0.25% -
XYZ 2.48 3.94 3.65 -
YUV 45.06 130.78 100.14 -
System Red Green Blue C M Y K H S L
Decimal 6 64 50 0.91 0 0.22 0.75 165.52 0.83 0.14
Hex 6 40 32 5B 0 16 4B A6 53 E
Octal 6 100 62 133 0 26 113 246 123 16
Binary 110 1000000 110010 1011011 0 10110 1001011 10100110 1010011 1110

Color Harmonies of #064032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064032

Black with #064032

Text Example


Text Example

White with #064032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064032; }

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

 H1.HeaderClassName
 {
   color: #064032;
 }
 .AnyTagClassName
 {
   color: #064032;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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