#035135

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

Shades of British Racing Green #035135

Tints of British Racing Green #035135

Color information

#035135 (or 0x035135) is unknown color: approx British Racing Green. HEX triplet: 03, 51 and 35. RGB value is (3,81,53). Sum of RGB (Red+Green+Blue) = 3+81+53=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 81 (32.03% from 255 or 59.12% from 137); Blue value is 53 (21.09% from 255 or 38.69% from 137); Max value from RGB is 81 - color contains mainly: green. Hex color #035135 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035135 is #FCAECA. Grayscale: #363636. Windows color (decimal): -16559819 or 3494147. OLE color: 3494147.

HSL color Cylindrical-coordinate representation of color #035135: hue angle of 158.46º 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 #035135 is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.68.

Color convert

RGB38153-
CMYK0.9600.350.68
HSL158.46º92.86%16.47%-
HSV(B)158.46º96.3%31.76%-
XYZ3.626.164.37-
YUV54.49127.1691.28-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.19%
GREEN value IS 81 (32.03% from 255) = 59.12%
BLUE value IS 53 (21.09% from 255) = 38.69%
R=2.19%
G=59.12%
B=38.69%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal381530.9600.350.68158.4692.8616.47
Hex3513560023449e5d10
Octal31216514004310423613520
Binary11101000111010111000000100011100010010011110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035135; }

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

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

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

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

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

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

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

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