#065031

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

Shades of British Racing Green #065031

Tints of British Racing Green #065031

Color information

#065031 (or 0x065031) is unknown color: approx British Racing Green. HEX triplet: 06, 50 and 31. RGB value is (6,80,49). Sum of RGB (Red+Green+Blue) = 6+80+49=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 80 (31.64% from 255 or 59.26% from 135); Blue value is 49 (19.53% from 255 or 36.30% from 135); Max value from RGB is 80 - color contains mainly: green. Hex color #065031 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065031 is #F9AFCE. Grayscale: #363636. Windows color (decimal): -16363471 or 3231750. OLE color: 3231750.

HSL color Cylindrical-coordinate representation of color #065031: hue angle of 154.86º 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 #065031 is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.

Color convert

RGB68049-
CMYK0.9200.390.69
HSL154.86º86.05%16.86%-
HSV(B)154.86º92.5%31.37%-
XYZ3.563.88-
YUV54.34124.9893.52-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.44%
GREEN value IS 80 (31.64% from 255) = 59.26%
BLUE value IS 49 (19.53% from 255) = 36.30%
R=4.44%
G=59.26%
B=36.30%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal680490.9200.390.69154.8686.0516.86
Hex650315C027459b5611
Octal61206113404710523312621
Binary110101000011000110111000100111100010110011011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065031; }

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

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

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

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

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

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

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

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