Html Css Color HEX #064832 British Racing Green

📋 copy color: '#064832'

red 6 ◦ green 72 ◦ blue 50

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

Shades of British Racing Green #064832

Tints of British Racing Green #064832

RGB

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

 GREEN value IS 72 (28.52% from 255) = 56.25%

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

R = 4.69%
G = 56.25%
B = 39.06%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#064832 (or 0x064832) is known color: British Racing Green. HEX triplet: 06, 48 and 32. RGB value is (6,72,50). Sum of RGB (Red+Green+Blue) = 6+72+50=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 72 (28.52% from 255 or 56.25% from 128); Blue value is 50 (19.92% from 255 or 39.06% from 128); Max value from RGB is 72 - color contains mainly: green. Hex color #064832 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064832 is #F9B7CD. Grayscale: #313131. Windows color (decimal): -16365518 or 3295238. OLE color: 3295238.

HSL color Cylindrical-coordinate representation of color #064832: hue angle of 160º degrees, saturation: 0.85, 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 #064832 is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB 6 72 50 -
CMYK 0.92 0 0.31 0.72
HSL 160º 0.85% 0.15% -
HSV(B) 160º 0.92% 0.28% -
XYZ 2.97 4.9 3.81 -
YUV 49.76 128.13 96.79 -
System Red Green Blue C M Y K H S L
Decimal 6 72 50 0.92 0 0.31 0.72 160 0.85 0.15
Hex 6 48 32 5C 0 1F 48 A0 55 F
Octal 6 110 62 134 0 37 110 240 125 17
Binary 110 1001000 110010 1011100 0 11111 1001000 10100000 1010101 1111

Color Harmonies of #064832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064832

Black with #064832

Text Example


Text Example

White with #064832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064832; }

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

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

background-color css

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

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

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

border-color css

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

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

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