Html Css Color HEX #035D40 Jewel

📋 copy color: '#035D40'

red 3 ◦ green 93 ◦ blue 64

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

Shades of Jewel #035D40

Tints of Jewel #035D40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 40%

R = 1.88%
G = 58.13%
B = 40%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.31

 K value IS 0.64

RGB Variations

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

Color information

#035D40 (or 0x035D40) is known color: Jewel. HEX triplet: 03, 5D and 40. RGB value is (3,93,64). Sum of RGB (Red+Green+Blue) = 3+93+64=160 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.88% from 160); Green value is 93 (36.72% from 255 or 58.12% from 160); Blue value is 64 (25.39% from 255 or 40% from 160); Max value from RGB is 93 - color contains mainly: green. Hex color #035D40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035D40 is #FCA2BF. Grayscale: #3E3E3E. Windows color (decimal): -16556736 or 4218115. OLE color: 4218115.

HSL color Cylindrical-coordinate representation of color #035D40: hue angle of 160.67º 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 #035D40 is Cyan = 0.97, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.64.

Color convert

RGB 3 93 64 -
CMYK 0.97 0 0.31 0.64
HSL 160.67º 0.94% 0.19% -
HSV(B) 160.67º 0.97% 0.36% -
XYZ 4.88 8.22 6.18 -
YUV 62.78 128.68 85.36 -
System Red Green Blue C M Y K H S L
Decimal 3 93 64 0.97 0 0.31 0.64 160.67 0.94 0.19
Hex 3 5D 40 61 0 1F 40 A1 5E 13
Octal 3 135 100 141 0 37 100 241 136 23
Binary 11 1011101 1000000 1100001 0 11111 1000000 10100001 1011110 10011

Color Harmonies of #035D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035D40

Black with #035D40

Text Example


Text Example

White with #035D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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