#035037

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

Shades of British Racing Green #035037

Tints of British Racing Green #035037

Color information

#035037 (or 0x035037) is unknown color: approx British Racing Green. HEX triplet: 03, 50 and 37. RGB value is (3,80,55). Sum of RGB (Red+Green+Blue) = 3+80+55=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 80 (31.64% from 255 or 57.97% from 138); Blue value is 55 (21.88% from 255 or 39.86% from 138); Max value from RGB is 80 - color contains mainly: green. Hex color #035037 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035037 is #FCAFC8. Grayscale: #363636. Windows color (decimal): -16560073 or 3624963. OLE color: 3624963.

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

Color convert

RGB38055-
CMYK0.9600.310.69
HSL160.52º92.77%16.27%-
HSV(B)160.52º96.25%31.37%-
XYZ3.66.034.59-
YUV54.13128.4991.53-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.17%
GREEN value IS 80 (31.64% from 255) = 57.97%
BLUE value IS 55 (21.88% from 255) = 39.86%
R=2.17%
G=57.97%
B=39.86%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal380550.9600.310.69160.5292.7716.27
Hex350376001F45a15d10
Octal31206714003710524113520
Binary1110100001101111100000011111100010110100001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035037; }

 p { color: rgb(3,80,55); }

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

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

 a { background-color: rgb(3,80,55); }

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

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

 span { border-color: rgb(3,80,55); }

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