Html Css Color HEX #064429 British Racing Green

📋 copy color: '#064429'

red 6 ◦ green 68 ◦ blue 41

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

Shades of British Racing Green #064429

Tints of British Racing Green #064429

RGB

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

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

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

R = 5.22%
G = 59.13%
B = 35.65%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#064429 (or 0x064429) is known color: British Racing Green. HEX triplet: 06, 44 and 29. RGB value is (6,68,41). Sum of RGB (Red+Green+Blue) = 6+68+41=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 68 (26.95% from 255 or 59.13% from 115); Blue value is 41 (16.41% from 255 or 35.65% from 115); Max value from RGB is 68 - color contains mainly: green. Hex color #064429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064429 is #F9BBD6. Grayscale: #2E2E2E. Windows color (decimal): -16366551 or 2704390. OLE color: 2704390.

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

Color convert

RGB 6 68 41 -
CMYK 0.91 0 0.40 0.73
HSL 153.87º 0.84% 0.15% -
HSV(B) 153.87º 0.91% 0.27% -
XYZ 2.54 4.33 2.8 -
YUV 46.38 124.96 99.2 -
System Red Green Blue C M Y K H S L
Decimal 6 68 41 0.91 0 0.40 0.73 153.87 0.84 0.15
Hex 6 44 29 5B 0 28 49 9A 54 F
Octal 6 104 51 133 0 50 111 232 124 17
Binary 110 1000100 101001 1011011 0 101000 1001001 10011010 1010100 1111

Color Harmonies of #064429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064429

Black with #064429

Text Example


Text Example

White with #064429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064429; }

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

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

background-color css

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

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

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

border-color css

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

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

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