#064726

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

Shades of British Racing Green #064726

Tints of British Racing Green #064726

Color information

#064726 (or 0x064726) is unknown color: approx British Racing Green. HEX triplet: 06, 47 and 26. RGB value is (6,71,38). Sum of RGB (Red+Green+Blue) = 6+71+38=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 71 (28.12% from 255 or 61.74% from 115); Blue value is 38 (15.23% from 255 or 33.04% from 115); Max value from RGB is 71 - color contains mainly: green. Hex color #064726 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064726 is #F9B8D9. Grayscale: #2F2F2F. Windows color (decimal): -16365786 or 2508550. OLE color: 2508550.

HSL color Cylindrical-coordinate representation of color #064726: hue angle of 149.54º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064726 is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB67138-
CMYK0.9200.460.72
HSL149.54º84.42%15.1%-
HSV(B)149.54º91.55%27.84%-
XYZ2.684.692.6-
YUV47.8122.4798.18-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.22%
GREEN value IS 71 (28.12% from 255) = 61.74%
BLUE value IS 38 (15.23% from 255) = 33.04%
R=5.22%
G=61.74%
B=33.04%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal671380.9200.460.72149.5484.4215.1
Hex647265C02E489654f
Octal61074613405611022612417
Binary11010001111001101011100010111010010001001011010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064726; }

 p { color: rgb(6,71,38); }

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

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

 a { background-color: rgb(6,71,38); }

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

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

 span { border-color: rgb(6,71,38); }

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