#035B3E

Color #035B3E Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #035B3E

Tints of Jewel #035B3E

Color information

#035B3E (or 0x035B3E) is unknown color: approx Jewel. HEX triplet: 03, 5B and 3E. RGB value is (3,91,62). Sum of RGB (Red+Green+Blue) = 3+91+62=156 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.92% from 156); Green value is 91 (35.94% from 255 or 58.33% from 156); Blue value is 62 (24.61% from 255 or 39.74% from 156); Max value from RGB is 91 - color contains mainly: green. Hex color #035B3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035B3E is #FCA4C1. Grayscale: #3D3D3D. Windows color (decimal): -16557250 or 4086531. OLE color: 4086531.

HSL color Cylindrical-coordinate representation of color #035B3E: hue angle of 160.23º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035B3E is Cyan = 0.97, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.64.

Color convert

RGB39162-
CMYK0.9700.320.64
HSL160.23º93.62%18.43%-
HSV(B)160.23º96.7%35.69%-
XYZ4.657.855.83-
YUV61.38128.3586.36-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.92%
GREEN value IS 91 (35.94% from 255) = 58.33%
BLUE value IS 62 (24.61% from 255) = 39.74%
R=1.92%
G=58.33%
B=39.74%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal391620.9700.320.64160.2393.6218.43
Hex35B3E6102040a05e12
Octal31337614104010024013622
Binary11101101111111011000010100000100000010100000101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035B3E; }

 p { color: rgb(3,91,62); }

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

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

 a { background-color: rgb(3,91,62); }

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

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

 span { border-color: rgb(3,91,62); }

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