#064527

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

Shades of British Racing Green #064527

Tints of British Racing Green #064527

Color information

#064527 (or 0x064527) is unknown color: approx British Racing Green. HEX triplet: 06, 45 and 27. RGB value is (6,69,39). Sum of RGB (Red+Green+Blue) = 6+69+39=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 69 (27.34% from 255 or 60.53% from 114); Blue value is 39 (15.62% from 255 or 34.21% from 114); Max value from RGB is 69 - color contains mainly: green. Hex color #064527 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064527 is #F9BAD8. Grayscale: #2E2E2E. Windows color (decimal): -16366297 or 2573574. OLE color: 2573574.

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

Color convert

RGB66939-
CMYK0.9100.430.73
HSL151.43º84%14.71%-
HSV(B)151.43º91.3%27.06%-
XYZ2.574.442.64-
YUV46.74123.6398.94-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.26%
GREEN value IS 69 (27.34% from 255) = 60.53%
BLUE value IS 39 (15.62% from 255) = 34.21%
R=5.26%
G=60.53%
B=34.21%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal669390.9100.430.73151.438414.71
Hex645275B02B499754f
Octal61054713305311122712417
Binary11010001011001111011011010101110010011001011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064527; }

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

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

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

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

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

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

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

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