Html Css Color HEX #064332 British Racing Green

📋 copy color: '#064332'

red 6 ◦ green 67 ◦ blue 50

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

Shades of British Racing Green #064332

Tints of British Racing Green #064332

RGB

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

 GREEN value IS 67 (26.56% from 255) = 54.47%

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

R = 4.88%
G = 54.47%
B = 40.65%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.25

 K value IS 0.74

RGB Variations

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

Color information

#064332 (or 0x064332) is known color: British Racing Green. HEX triplet: 06, 43 and 32. RGB value is (6,67,50). Sum of RGB (Red+Green+Blue) = 6+67+50=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 67 (26.56% from 255 or 54.47% from 123); Blue value is 50 (19.92% from 255 or 40.65% from 123); Max value from RGB is 67 - color contains mainly: green. Hex color #064332 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064332 is #F9BCCD. Grayscale: #2E2E2E. Windows color (decimal): -16366798 or 3293958. OLE color: 3293958.

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

Color convert

RGB 6 67 50 -
CMYK 0.91 0 0.25 0.74
HSL 163.28º 0.84% 0.14% -
HSV(B) 163.28º 0.91% 0.26% -
XYZ 2.66 4.28 3.7 -
YUV 46.82 129.79 98.88 -
System Red Green Blue C M Y K H S L
Decimal 6 67 50 0.91 0 0.25 0.74 163.28 0.84 0.14
Hex 6 43 32 5B 0 19 4A A3 54 E
Octal 6 103 62 133 0 31 112 243 124 16
Binary 110 1000011 110010 1011011 0 11001 1001010 10100011 1010100 1110

Color Harmonies of #064332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064332

Black with #064332

Text Example


Text Example

White with #064332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064332; }

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

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

background-color css

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

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

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

border-color css

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

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

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