#064329

Color #064329 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #064329

Tints of British Racing Green #064329

Color information

#064329 (or 0x064329) is unknown color: approx 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

RGB66741-
CMYK0.9100.390.74
HSL154.43º83.56%14.31%-
HSV(B)154.43º91.04%26.27%-
XYZ2.484.212.78-
YUV45.8125.2999.61-

RGB Variations

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

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 (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal667410.9100.390.74154.4383.5614.31
Hex643295B0274A9a54e
Octal61035113304711223212416
Binary11010000111010011011011010011110010101001101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>