Html Css Color HEX #064432 British Racing Green

📋 copy color: '#064432'

red 6 ◦ green 68 ◦ blue 50

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

Shades of British Racing Green #064432

Tints of British Racing Green #064432

RGB

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

 GREEN value IS 68 (26.95% from 255) = 54.84%

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

R = 4.84%
G = 54.84%
B = 40.32%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.26

 K value IS 0.73

RGB Variations

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

Color information

#064432 (or 0x064432) is known color: British Racing Green. HEX triplet: 06, 44 and 32. RGB value is (6,68,50). Sum of RGB (Red+Green+Blue) = 6+68+50=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 68 (26.95% from 255 or 54.84% from 124); Blue value is 50 (19.92% from 255 or 40.32% from 124); Max value from RGB is 68 - color contains mainly: green. Hex color #064432 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064432 is #F9BBCD. Grayscale: #2F2F2F. Windows color (decimal): -16366542 or 3294214. OLE color: 3294214.

HSL color Cylindrical-coordinate representation of color #064432: hue angle of 162.58º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064432 is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB 6 68 50 -
CMYK 0.91 0 0.26 0.73
HSL 162.58º 0.84% 0.15% -
HSV(B) 162.58º 0.91% 0.27% -
XYZ 2.72 4.4 3.72 -
YUV 47.41 129.46 98.46 -
System Red Green Blue C M Y K H S L
Decimal 6 68 50 0.91 0 0.26 0.73 162.58 0.84 0.15
Hex 6 44 32 5B 0 1A 49 A3 54 F
Octal 6 104 62 133 0 32 111 243 124 17
Binary 110 1000100 110010 1011011 0 11010 1001001 10100011 1010100 1111

Color Harmonies of #064432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064432

Black with #064432

Text Example


Text Example

White with #064432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064432; }

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

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

background-color css

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

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

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

border-color css

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

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

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