#064B2E

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

Shades of British Racing Green #064B2E

Tints of British Racing Green #064B2E

Color information

#064B2E (or 0x064B2E) is unknown color: approx British Racing Green. HEX triplet: 06, 4B and 2E. RGB value is (6,75,46). Sum of RGB (Red+Green+Blue) = 6+75+46=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 75 (29.69% from 255 or 59.06% from 127); Blue value is 46 (18.36% from 255 or 36.22% from 127); Max value from RGB is 75 - color contains mainly: green. Hex color #064B2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064B2E is #F9B4D1. Grayscale: #333333. Windows color (decimal): -16364754 or 3033862. OLE color: 3033862.

HSL color Cylindrical-coordinate representation of color #064B2E: hue angle of 154.78º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064B2E is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.71.

Color convert

RGB67546-
CMYK0.9200.390.71
HSL154.78º85.19%15.88%-
HSV(B)154.78º92%29.41%-
XYZ3.085.273.44-
YUV51.06125.1495.86-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.72%
GREEN value IS 75 (29.69% from 255) = 59.06%
BLUE value IS 46 (18.36% from 255) = 36.22%
R=4.72%
G=59.06%
B=36.22%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal675460.9200.390.71154.7885.1915.88
Hex64B2E5C027479b5510
Octal61135613404710723312520
Binary110100101110111010111000100111100011110011011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064B2E; }

 p { color: rgb(6,75,46); }

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

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

 a { background-color: rgb(6,75,46); }

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

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

 span { border-color: rgb(6,75,46); }

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