Html Css Color HEX #064B32 British Racing Green

📋 copy color: '#064B32'

red 6 ◦ green 75 ◦ blue 50

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

Shades of British Racing Green #064B32

Tints of British Racing Green #064B32

RGB

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

 GREEN value IS 75 (29.69% from 255) = 57.25%

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

R = 4.58%
G = 57.25%
B = 38.17%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#064B32 (or 0x064B32) is known color: British Racing Green. HEX triplet: 06, 4B and 32. RGB value is (6,75,50). Sum of RGB (Red+Green+Blue) = 6+75+50=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 75 (29.69% from 255 or 57.25% from 131); Blue value is 50 (19.92% from 255 or 38.17% from 131); Max value from RGB is 75 - color contains mainly: green. Hex color #064B32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064B32 is #F9B4CD. Grayscale: #333333. Windows color (decimal): -16364750 or 3296006. OLE color: 3296006.

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

Color convert

RGB 6 75 50 -
CMYK 0.92 0 0.33 0.71
HSL 158.26º 0.85% 0.16% -
HSV(B) 158.26º 0.92% 0.29% -
XYZ 3.17 5.3 3.87 -
YUV 51.52 127.14 95.53 -
System Red Green Blue C M Y K H S L
Decimal 6 75 50 0.92 0 0.33 0.71 158.26 0.85 0.16
Hex 6 4B 32 5C 0 21 47 9E 55 10
Octal 6 113 62 134 0 41 107 236 125 20
Binary 110 1001011 110010 1011100 0 100001 1000111 10011110 1010101 10000

Color Harmonies of #064B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064B32

Black with #064B32

Text Example


Text Example

White with #064B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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