#035137

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

Shades of British Racing Green #035137

Tints of British Racing Green #035137

Color information

#035137 (or 0x035137) is unknown color: approx British Racing Green. HEX triplet: 03, 51 and 37. RGB value is (3,81,55). Sum of RGB (Red+Green+Blue) = 3+81+55=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 81 (32.03% from 255 or 58.27% from 139); Blue value is 55 (21.88% from 255 or 39.57% from 139); Max value from RGB is 81 - color contains mainly: green. Hex color #035137 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035137 is #FCAEC8. Grayscale: #363636. Windows color (decimal): -16559817 or 3625219. OLE color: 3625219.

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

Color convert

RGB38155-
CMYK0.9600.320.68
HSL160º92.86%16.47%-
HSV(B)160º96.3%31.76%-
XYZ3.676.184.61-
YUV54.71128.1691.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.16%
GREEN value IS 81 (32.03% from 255) = 58.27%
BLUE value IS 55 (21.88% from 255) = 39.57%
R=2.16%
G=58.27%
B=39.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal381550.9600.320.6816092.8616.47
Hex351376002044a05d10
Octal31216714004010424013520
Binary11101000111011111000000100000100010010100000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035137; }

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

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

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

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

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

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

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

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