#064531

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

Shades of British Racing Green #064531

Tints of British Racing Green #064531

Color information

#064531 (or 0x064531) is unknown color: approx British Racing Green. HEX triplet: 06, 45 and 31. RGB value is (6,69,49). Sum of RGB (Red+Green+Blue) = 6+69+49=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 69 (27.34% from 255 or 55.65% from 124); Blue value is 49 (19.53% from 255 or 39.52% from 124); Max value from RGB is 69 - color contains mainly: green. Hex color #064531 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064531 is #F9BACE. Grayscale: #2F2F2F. Windows color (decimal): -16366287 or 3228934. OLE color: 3228934.

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

Color convert

RGB66949-
CMYK0.9100.290.73
HSL160.95º84%14.71%-
HSV(B)160.95º91.3%27.06%-
XYZ2.764.523.63-
YUV47.88128.6398.13-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.84%
GREEN value IS 69 (27.34% from 255) = 55.65%
BLUE value IS 49 (19.53% from 255) = 39.52%
R=4.84%
G=55.65%
B=39.52%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal669490.9100.290.73160.958414.71
Hex645315B01D49a154f
Octal61056113303511124112417
Binary1101000101110001101101101110110010011010000110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064531; }

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

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

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

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

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

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

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

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