#065019

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

Shades of British Racing Green #065019

Tints of British Racing Green #065019

Color information

#065019 (or 0x065019) is unknown color: approx British Racing Green. HEX triplet: 06, 50 and 19. RGB value is (6,80,25). Sum of RGB (Red+Green+Blue) = 6+80+25=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 80 (31.64% from 255 or 72.07% from 111); Blue value is 25 (10.16% from 255 or 22.52% from 111); Max value from RGB is 80 - color contains mainly: green. Hex color #065019 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065019 is #F9AFE6. Grayscale: #333333. Windows color (decimal): -16363495 or 1658886. OLE color: 1658886.

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

Color convert

RGB68025-
CMYK0.9200.690.69
HSL135.41º86.05%16.86%-
HSV(B)135.41º92.5%31.37%-
XYZ3.125.851.88-
YUV51.6112.9895.47-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.41%
GREEN value IS 80 (31.64% from 255) = 72.07%
BLUE value IS 25 (10.16% from 255) = 22.52%
R=5.41%
G=72.07%
B=22.52%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal680250.9200.690.69135.4186.0516.86
Hex650195C04545875611
Octal612031134010510520712621
Binary110101000011001101110001000101100010110000111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065019; }

 p { color: rgb(6,80,25); }

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

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

 a { background-color: rgb(6,80,25); }

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

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

 span { border-color: rgb(6,80,25); }

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