#064328

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

Shades of British Racing Green #064328

Tints of British Racing Green #064328

Color information

#064328 (or 0x064328) is unknown color: approx British Racing Green. HEX triplet: 06, 43 and 28. RGB value is (6,67,40). Sum of RGB (Red+Green+Blue) = 6+67+40=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 67 (26.56% from 255 or 59.29% from 113); Blue value is 40 (16.02% from 255 or 35.40% from 113); Max value from RGB is 67 - color contains mainly: green. Hex color #064328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064328 is #F9BCD7. Grayscale: #2D2D2D. Windows color (decimal): -16366808 or 2638598. OLE color: 2638598.

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

Color convert

RGB66740-
CMYK0.9100.400.74
HSL153.44º83.56%14.31%-
HSV(B)153.44º91.04%26.27%-
XYZ2.474.212.69-
YUV45.68124.7999.7-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.31%
GREEN value IS 67 (26.56% from 255) = 59.29%
BLUE value IS 40 (16.02% from 255) = 35.40%
R=5.31%
G=59.29%
B=35.40%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal667400.9100.400.74153.4483.5614.31
Hex643285B0284A9954e
Octal61035013305011223112416
Binary11010000111010001011011010100010010101001100110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064328; }

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

 H1.HeaderClassName
 {
   color: #064328;
 }
 .AnyTagClassName
 {
   color: #064328;
 }
</style>
background-color css

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

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

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

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

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

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