#064533

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

Shades of British Racing Green #064533

Tints of British Racing Green #064533

Color information

#064533 (or 0x064533) is unknown color: approx British Racing Green. HEX triplet: 06, 45 and 33. RGB value is (6,69,51). Sum of RGB (Red+Green+Blue) = 6+69+51=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 69 (27.34% from 255 or 54.76% from 126); Blue value is 51 (20.31% from 255 or 40.48% from 126); Max value from RGB is 69 - color contains mainly: green. Hex color #064533 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064533 is #F9BACC. Grayscale: #303030. Windows color (decimal): -16366285 or 3360006. OLE color: 3360006.

HSL color Cylindrical-coordinate representation of color #064533: hue angle of 162.86º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064533 is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB66951-
CMYK0.9100.260.73
HSL162.86º84%14.71%-
HSV(B)162.86º91.3%27.06%-
XYZ2.84.533.86-
YUV48.11129.6397.96-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.76%
GREEN value IS 69 (27.34% from 255) = 54.76%
BLUE value IS 51 (20.31% from 255) = 40.48%
R=4.76%
G=54.76%
B=40.48%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal669510.9100.260.73162.868414.71
Hex645335B01A49a354f
Octal61056313303211124312417
Binary1101000101110011101101101101010010011010001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064533; }

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

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

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

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

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

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

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

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