Html Css Color HEX #035D3C Jewel

📋 copy color: '#035D3C'

red 3 ◦ green 93 ◦ blue 60

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

Shades of Jewel #035D3C

Tints of Jewel #035D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 38.46%

R = 1.92%
G = 59.62%
B = 38.46%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.35

 K value IS 0.64

RGB Variations

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

Color information

#035D3C (or 0x035D3C) is known color: Jewel. HEX triplet: 03, 5D and 3C. RGB value is (3,93,60). Sum of RGB (Red+Green+Blue) = 3+93+60=156 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.92% from 156); Green value is 93 (36.72% from 255 or 59.62% from 156); Blue value is 60 (23.83% from 255 or 38.46% from 156); Max value from RGB is 93 - color contains mainly: green. Hex color #035D3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035D3C is #FCA2C3. Grayscale: #3E3E3E. Windows color (decimal): -16556740 or 3955971. OLE color: 3955971.

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

Color convert

RGB 3 93 60 -
CMYK 0.97 0 0.35 0.64
HSL 158º 0.94% 0.19% -
HSV(B) 158º 0.97% 0.36% -
XYZ 4.77 8.17 5.6 -
YUV 62.33 126.68 85.68 -
System Red Green Blue C M Y K H S L
Decimal 3 93 60 0.97 0 0.35 0.64 158 0.94 0.19
Hex 3 5D 3C 61 0 23 40 9E 5E 13
Octal 3 135 74 141 0 43 100 236 136 23
Binary 11 1011101 111100 1100001 0 100011 1000000 10011110 1011110 10011

Color Harmonies of #035D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035D3C

Black with #035D3C

Text Example


Text Example

White with #035D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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