Html Css Color HEX #064732 British Racing Green

📋 copy color: '#064732'

red 6 ◦ green 71 ◦ blue 50

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

Shades of British Racing Green #064732

Tints of British Racing Green #064732

RGB

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

 GREEN value IS 71 (28.13% from 255) = 55.91%

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

R = 4.72%
G = 55.91%
B = 39.37%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.30

 K value IS 0.72

RGB Variations

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

Color information

#064732 (or 0x064732) is known color: British Racing Green. HEX triplet: 06, 47 and 32. RGB value is (6,71,50). Sum of RGB (Red+Green+Blue) = 6+71+50=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 71 (28.12% from 255 or 55.91% from 127); Blue value is 50 (19.92% from 255 or 39.37% from 127); Max value from RGB is 71 - color contains mainly: green. Hex color #064732 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064732 is #F9B8CD. Grayscale: #313131. Windows color (decimal): -16365774 or 3294982. OLE color: 3294982.

HSL color Cylindrical-coordinate representation of color #064732: hue angle of 160.62º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064732 is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.72.

Color convert

RGB 6 71 50 -
CMYK 0.92 0 0.30 0.72
HSL 160.62º 0.84% 0.15% -
HSV(B) 160.62º 0.92% 0.28% -
XYZ 2.9 4.78 3.79 -
YUV 49.17 128.47 97.21 -
System Red Green Blue C M Y K H S L
Decimal 6 71 50 0.92 0 0.30 0.72 160.62 0.84 0.15
Hex 6 47 32 5C 0 1E 48 A1 54 F
Octal 6 107 62 134 0 36 110 241 124 17
Binary 110 1000111 110010 1011100 0 11110 1001000 10100001 1010100 1111

Color Harmonies of #064732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064732

Black with #064732

Text Example


Text Example

White with #064732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064732; }

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

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

background-color css

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

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

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

border-color css

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

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

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