Html Css Color HEX #3C3E35 Zeus

📋 copy color: '#3C3E35'

red 60 ◦ green 62 ◦ blue 53

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

Shades of Zeus #3C3E35

Tints of Zeus #3C3E35

RGB

 RED value IS 60 (23.83% from 255) = 34.29%

 GREEN value IS 62 (24.61% from 255) = 35.43%

 BLUE value IS 53 (21.09% from 255) = 30.29%

R = 34.29%
G = 35.43%
B = 30.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.15

 K value IS 0.76

RGB Variations

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

Color information

#3C3E35 (or 0x3C3E35) is known color: Zeus. HEX triplet: 3C, 3E and 35. RGB value is (60,62,53). Sum of RGB (Red+Green+Blue) = 60+62+53=175 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.29% from 175); Green value is 62 (24.61% from 255 or 35.43% from 175); Blue value is 53 (21.09% from 255 or 30.29% from 175); Max value from RGB is 62 - color contains mainly: green. Hex color #3C3E35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3E35 is #C3C1CA. Grayscale: #3C3C3C. Windows color (decimal): -12829131 or 3489340. OLE color: 3489340.

HSL color Cylindrical-coordinate representation of color #3C3E35: hue angle of 73.33º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3C3E35 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 62 53 -
CMYK 0.03 0 0.15 0.76
HSL 73.33º 0.08% 0.23% -
HSV(B) 73.33º 0.15% 0.24% -
XYZ 4.23 4.66 4.05 -
YUV 60.38 123.84 127.73 -
System Red Green Blue C M Y K H S L
Decimal 60 62 53 0.03 0 0.15 0.76 73.33 0.08 0.23
Hex 3C 3E 35 3 0 F 4C 49 8 17
Octal 74 76 65 3 0 17 114 111 10 27
Binary 111100 111110 110101 11 0 1111 1001100 1001001 1000 10111

Color Harmonies of #3C3E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3E35

Black with #3C3E35

Text Example


Text Example

White with #3C3E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C3E35; }

 p { color: rgb(60,62,53); }

 H1.HeaderClassName
 {
   color: #3C3E35;
 }
 .AnyTagClassName
 {
   color: #3C3E35;
 }
</style>

background-color css

<style>
 a { background-color: #3C3E35; }

 a { background-color: rgb(60,62,53); }

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

border-color css

<style>
 span { border-color: #3C3E35; }

 span { border-color: rgb(60,62,53); }

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