Html Css Color HEX #064329 British Racing Green

📋 copy color: '#064329'

red 6 ◦ green 67 ◦ blue 41

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

Shades of British Racing Green #064329

Tints of British Racing Green #064329

RGB

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

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

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

R = 5.26%
G = 58.77%
B = 35.96%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.39

 K value IS 0.74

RGB Variations

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

Color information

#064329 (or 0x064329) is known color: British Racing Green. HEX triplet: 06, 43 and 29. RGB value is (6,67,41). Sum of RGB (Red+Green+Blue) = 6+67+41=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 67 (26.56% from 255 or 58.77% from 114); Blue value is 41 (16.41% from 255 or 35.96% from 114); Max value from RGB is 67 - color contains mainly: green. Hex color #064329 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064329 is #F9BCD6. Grayscale: #2D2D2D. Windows color (decimal): -16366807 or 2704134. OLE color: 2704134.

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

Color convert

RGB 6 67 41 -
CMYK 0.91 0 0.39 0.74
HSL 154.43º 0.84% 0.14% -
HSV(B) 154.43º 0.91% 0.26% -
XYZ 2.48 4.21 2.78 -
YUV 45.8 125.29 99.61 -
System Red Green Blue C M Y K H S L
Decimal 6 67 41 0.91 0 0.39 0.74 154.43 0.84 0.14
Hex 6 43 29 5B 0 27 4A 9A 54 E
Octal 6 103 51 133 0 47 112 232 124 16
Binary 110 1000011 101001 1011011 0 100111 1001010 10011010 1010100 1110

Color Harmonies of #064329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064329

Black with #064329

Text Example


Text Example

White with #064329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064329; }

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

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

background-color css

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

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

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

border-color css

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

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

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