Html Css Color HEX #035D3F Jewel

📋 copy color: '#035D3F'

red 3 ◦ green 93 ◦ blue 63

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

Shades of Jewel #035D3F

Tints of Jewel #035D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 39.62%

R = 1.89%
G = 58.49%
B = 39.62%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.32

 K value IS 0.64

RGB Variations

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

Color information

#035D3F (or 0x035D3F) is known color: Jewel. HEX triplet: 03, 5D and 3F. RGB value is (3,93,63). Sum of RGB (Red+Green+Blue) = 3+93+63=159 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.89% from 159); Green value is 93 (36.72% from 255 or 58.49% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 93 - color contains mainly: green. Hex color #035D3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035D3F is #FCA2C0. Grayscale: #3E3E3E. Windows color (decimal): -16556737 or 4152579. OLE color: 4152579.

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

Color convert

RGB 3 93 63 -
CMYK 0.97 0 0.32 0.64
HSL 160º 0.94% 0.19% -
HSV(B) 160º 0.97% 0.36% -
XYZ 4.85 8.21 6.03 -
YUV 62.67 128.18 85.44 -
System Red Green Blue C M Y K H S L
Decimal 3 93 63 0.97 0 0.32 0.64 160 0.94 0.19
Hex 3 5D 3F 61 0 20 40 A0 5E 13
Octal 3 135 77 141 0 40 100 240 136 23
Binary 11 1011101 111111 1100001 0 100000 1000000 10100000 1011110 10011

Color Harmonies of #035D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035D3F

Black with #035D3F

Text Example


Text Example

White with #035D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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