#035336

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

Shades of British Racing Green #035336

Tints of British Racing Green #035336

Color information

#035336 (or 0x035336) is unknown color: approx British Racing Green. HEX triplet: 03, 53 and 36. RGB value is (3,83,54). Sum of RGB (Red+Green+Blue) = 3+83+54=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 83 (32.81% from 255 or 59.29% from 140); Blue value is 54 (21.48% from 255 or 38.57% from 140); Max value from RGB is 83 - color contains mainly: green. Hex color #035336 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035336 is #FCACC9. Grayscale: #373737. Windows color (decimal): -16559306 or 3560195. OLE color: 3560195.

HSL color Cylindrical-coordinate representation of color #035336: hue angle of 158.25º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035336 is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB38354-
CMYK0.9600.350.67
HSL158.25º93.02%16.86%-
HSV(B)158.25º96.39%32.55%-
XYZ3.86.474.54-
YUV55.7712790.36-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.14%
GREEN value IS 83 (32.81% from 255) = 59.29%
BLUE value IS 54 (21.48% from 255) = 38.57%
R=2.14%
G=59.29%
B=38.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal383540.9600.350.67158.2593.0216.86
Hex3533660023439e5d11
Octal31236614004310323613521
Binary11101001111011011000000100011100001110011110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035336; }

 p { color: rgb(3,83,54); }

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

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

 a { background-color: rgb(3,83,54); }

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

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

 span { border-color: rgb(3,83,54); }

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