#035A3F

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

Shades of Jewel #035A3F

Tints of Jewel #035A3F

Color information

#035A3F (or 0x035A3F) is unknown color: approx Jewel. HEX triplet: 03, 5A and 3F. RGB value is (3,90,63). Sum of RGB (Red+Green+Blue) = 3+90+63=156 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.92% from 156); Green value is 90 (35.55% from 255 or 57.69% from 156); Blue value is 63 (25% from 255 or 40.38% from 156); Max value from RGB is 90 - color contains mainly: green. Hex color #035A3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035A3F is #FCA5C0. Grayscale: #3C3C3C. Windows color (decimal): -16557505 or 4151811. OLE color: 4151811.

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

Color convert

RGB39063-
CMYK0.9700.300.65
HSL161.38º93.55%18.24%-
HSV(B)161.38º96.67%35.29%-
XYZ4.597.695.95-
YUV60.91129.1886.7-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.92%
GREEN value IS 90 (35.55% from 255) = 57.69%
BLUE value IS 63 (25% from 255) = 40.38%
R=1.92%
G=57.69%
B=40.38%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal390630.9700.300.65161.3893.5518.24
Hex35A3F6101E41a15e12
Octal31327714103610124113622
Binary1110110101111111100001011110100000110100001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,90,63); }

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

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

 a { background-color: rgb(3,90,63); }

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

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

 span { border-color: rgb(3,90,63); }

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