Html Css Color HEX #064629 British Racing Green

📋 copy color: '#064629'

red 6 ◦ green 70 ◦ blue 41

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

Shades of British Racing Green #064629

Tints of British Racing Green #064629

RGB

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

 GREEN value IS 70 (27.73% from 255) = 59.83%

 BLUE value IS 41 (16.41% from 255) = 35.04%

R = 5.13%
G = 59.83%
B = 35.04%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#064629 (or 0x064629) is known color: British Racing Green. HEX triplet: 06, 46 and 29. RGB value is (6,70,41). Sum of RGB (Red+Green+Blue) = 6+70+41=117 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.13% from 117); Green value is 70 (27.73% from 255 or 59.83% from 117); Blue value is 41 (16.41% from 255 or 35.04% from 117); Max value from RGB is 70 - color contains mainly: green. Hex color #064629 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064629 is #F9B9D6. Grayscale: #2F2F2F. Windows color (decimal): -16366039 or 2704902. OLE color: 2704902.

HSL color Cylindrical-coordinate representation of color #064629: hue angle of 152.81º 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 #064629 is Cyan = 0.91, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB 6 70 41 -
CMYK 0.91 0 0.41 0.73
HSL 152.81º 0.84% 0.15% -
HSV(B) 152.81º 0.91% 0.27% -
XYZ 2.67 4.58 2.84 -
YUV 47.56 124.3 98.36 -
System Red Green Blue C M Y K H S L
Decimal 6 70 41 0.91 0 0.41 0.73 152.81 0.84 0.15
Hex 6 46 29 5B 0 29 49 99 54 F
Octal 6 106 51 133 0 51 111 231 124 17
Binary 110 1000110 101001 1011011 0 101001 1001001 10011001 1010100 1111

Color Harmonies of #064629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064629

Black with #064629

Text Example


Text Example

White with #064629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064629; }

 p { color: rgb(6,70,41); }

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

background-color css

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

 a { background-color: rgb(6,70,41); }

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

border-color css

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

 span { border-color: rgb(6,70,41); }

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