Html Css Color HEX #035F3C Jewel

📋 copy color: '#035F3C'

red 3 ◦ green 95 ◦ blue 60

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

Shades of Jewel #035F3C

Tints of Jewel #035F3C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 60.13%

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

R = 1.9%
G = 60.13%
B = 37.97%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.37

 K value IS 0.63

RGB Variations

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

Color information

#035F3C (or 0x035F3C) is known color: Jewel. HEX triplet: 03, 5F and 3C. RGB value is (3,95,60). Sum of RGB (Red+Green+Blue) = 3+95+60=158 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.90% from 158); Green value is 95 (37.5% from 255 or 60.13% from 158); Blue value is 60 (23.83% from 255 or 37.97% from 158); Max value from RGB is 95 - color contains mainly: green. Hex color #035F3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035F3C is #FCA0C3. Grayscale: #3F3F3F. Windows color (decimal): -16556228 or 3956483. OLE color: 3956483.

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

Color convert

RGB 3 95 60 -
CMYK 0.97 0 0.37 0.63
HSL 157.17º 0.94% 0.19% -
HSV(B) 157.17º 0.97% 0.37% -
XYZ 4.95 8.53 5.66 -
YUV 63.5 126.02 84.85 -
System Red Green Blue C M Y K H S L
Decimal 3 95 60 0.97 0 0.37 0.63 157.17 0.94 0.19
Hex 3 5F 3C 61 0 25 3F 9D 5E 13
Octal 3 137 74 141 0 45 77 235 136 23
Binary 11 1011111 111100 1100001 0 100101 111111 10011101 1011110 10011

Color Harmonies of #035F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035F3C

Black with #035F3C

Text Example


Text Example

White with #035F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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