#065131

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

Shades of British Racing Green #065131

Tints of British Racing Green #065131

Color information

#065131 (or 0x065131) is unknown color: approx British Racing Green. HEX triplet: 06, 51 and 31. RGB value is (6,81,49). Sum of RGB (Red+Green+Blue) = 6+81+49=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 81 (32.03% from 255 or 59.56% from 136); Blue value is 49 (19.53% from 255 or 36.03% from 136); Max value from RGB is 81 - color contains mainly: green. Hex color #065131 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065131 is #F9AECE. Grayscale: #363636. Windows color (decimal): -16363215 or 3232006. OLE color: 3232006.

HSL color Cylindrical-coordinate representation of color #065131: hue angle of 154.4º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065131 is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.68.

Color convert

RGB68149-
CMYK0.9300.400.68
HSL154.4º86.21%17.06%-
HSV(B)154.4º92.59%31.76%-
XYZ3.576.153.9-
YUV54.93124.6593.1-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.41%
GREEN value IS 81 (32.03% from 255) = 59.56%
BLUE value IS 49 (19.53% from 255) = 36.03%
R=4.41%
G=59.56%
B=36.03%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal681490.9300.400.68154.486.2117.06
Hex651315D028449a5611
Octal61216113505010423212621
Binary110101000111000110111010101000100010010011010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065131; }

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

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

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

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

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

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

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

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