Html Css Color HEX #035D3E Jewel

📋 copy color: '#035D3E'

red 3 ◦ green 93 ◦ blue 62

#035D3E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jewel #035D3E

Tints of Jewel #035D3E

RGB

 RED value IS 3 (1.56% from 255) = 1.9%

 GREEN value IS 93 (36.72% from 255) = 58.86%

 BLUE value IS 62 (24.61% from 255) = 39.24%

R = 1.9%
G = 58.86%
B = 39.24%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.33

 K value IS 0.64

RGB Variations

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

Color information

#035D3E (or 0x035D3E) is known color: Jewel. HEX triplet: 03, 5D and 3E. RGB value is (3,93,62). Sum of RGB (Red+Green+Blue) = 3+93+62=158 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.90% from 158); Green value is 93 (36.72% from 255 or 58.86% from 158); Blue value is 62 (24.61% from 255 or 39.24% from 158); Max value from RGB is 93 - color contains mainly: green. Hex color #035D3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035D3E is #FCA2C1. Grayscale: #3E3E3E. Windows color (decimal): -16556738 or 4087043. OLE color: 4087043.

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

Color convert

RGB 3 93 62 -
CMYK 0.97 0 0.33 0.64
HSL 159.33º 0.94% 0.19% -
HSV(B) 159.33º 0.97% 0.36% -
XYZ 4.82 8.2 5.89 -
YUV 62.56 127.68 85.52 -
System Red Green Blue C M Y K H S L
Decimal 3 93 62 0.97 0 0.33 0.64 159.33 0.94 0.19
Hex 3 5D 3E 61 0 21 40 9F 5E 13
Octal 3 135 76 141 0 41 100 237 136 23
Binary 11 1011101 111110 1100001 0 100001 1000000 10011111 1011110 10011

Color Harmonies of #035D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035D3E

Black with #035D3E

Text Example


Text Example

White with #035D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #035D3E;
 }
 .AnyTagClassName
 {
   color: #035D3E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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