#064333

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

Shades of British Racing Green #064333

Tints of British Racing Green #064333

Color information

#064333 (or 0x064333) is unknown color: approx British Racing Green. HEX triplet: 06, 43 and 33. RGB value is (6,67,51). Sum of RGB (Red+Green+Blue) = 6+67+51=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 67 (26.56% from 255 or 54.03% from 124); Blue value is 51 (20.31% from 255 or 41.13% from 124); Max value from RGB is 67 - color contains mainly: green. Hex color #064333 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064333 is #F9BCCC. Grayscale: #2E2E2E. Windows color (decimal): -16366797 or 3359494. OLE color: 3359494.

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

Color convert

RGB66751-
CMYK0.9100.240.74
HSL164.26º83.56%14.31%-
HSV(B)164.26º91.04%26.27%-
XYZ2.684.293.82-
YUV46.94130.2998.8-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.84%
GREEN value IS 67 (26.56% from 255) = 54.03%
BLUE value IS 51 (20.31% from 255) = 41.13%
R=4.84%
G=54.03%
B=41.13%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal667510.9100.240.74164.2683.5614.31
Hex643335B0184Aa454e
Octal61036313303011224412416
Binary1101000011110011101101101100010010101010010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064333; }

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

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

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

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

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

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

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

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