#064330

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

Shades of British Racing Green #064330

Tints of British Racing Green #064330

Color information

#064330 (or 0x064330) is unknown color: approx British Racing Green. HEX triplet: 06, 43 and 30. RGB value is (6,67,48). Sum of RGB (Red+Green+Blue) = 6+67+48=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 67 (26.56% from 255 or 55.37% from 121); Blue value is 48 (19.14% from 255 or 39.67% from 121); Max value from RGB is 67 - color contains mainly: green. Hex color #064330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064330 is #F9BCCF. Grayscale: #2E2E2E. Windows color (decimal): -16366800 or 3162886. OLE color: 3162886.

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

Color convert

RGB66748-
CMYK0.9100.280.74
HSL161.31º83.56%14.31%-
HSV(B)161.31º91.04%26.27%-
XYZ2.624.273.48-
YUV46.6128.7999.04-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.96%
GREEN value IS 67 (26.56% from 255) = 55.37%
BLUE value IS 48 (19.14% from 255) = 39.67%
R=4.96%
G=55.37%
B=39.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal667480.9100.280.74161.3183.5614.31
Hex643305B01C4Aa154e
Octal61036013303411224112416
Binary1101000011110000101101101110010010101010000110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064330; }

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

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

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

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

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

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

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

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