#064827

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

Shades of British Racing Green #064827

Tints of British Racing Green #064827

Color information

#064827 (or 0x064827) is unknown color: approx British Racing Green. HEX triplet: 06, 48 and 27. RGB value is (6,72,39). Sum of RGB (Red+Green+Blue) = 6+72+39=117 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.13% from 117); Green value is 72 (28.52% from 255 or 61.54% from 117); Blue value is 39 (15.62% from 255 or 33.33% from 117); Max value from RGB is 72 - color contains mainly: green. Hex color #064827 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064827 is #F9B7D8. Grayscale: #303030. Windows color (decimal): -16365529 or 2574342. OLE color: 2574342.

HSL color Cylindrical-coordinate representation of color #064827: hue angle of 150º degrees, saturation: 0.85, 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 #064827 is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB67239-
CMYK0.9200.460.72
HSL150º84.62%15.29%-
HSV(B)150º91.67%28.24%-
XYZ2.764.822.7-
YUV48.5122.6397.68-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.13%
GREEN value IS 72 (28.52% from 255) = 61.54%
BLUE value IS 39 (15.62% from 255) = 33.33%
R=5.13%
G=61.54%
B=33.33%

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
Decimal672390.9200.460.7215084.6215.29
Hex648275C02E489655f
Octal61104713405611022612517
Binary11010010001001111011100010111010010001001011010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064827; }

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

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

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

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

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

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

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

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