Html Css Color HEX #3D3F37 Zeus

📋 copy color: '#3D3F37'

red 61 ◦ green 63 ◦ blue 55

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

Shades of Zeus #3D3F37

Tints of Zeus #3D3F37

RGB

 RED value IS 61 (24.22% from 255) = 34.08%

 GREEN value IS 63 (25% from 255) = 35.2%

 BLUE value IS 55 (21.88% from 255) = 30.73%

R = 34.08%
G = 35.2%
B = 30.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.75

RGB Variations

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

Color information

#3D3F37 (or 0x3D3F37) is known color: Zeus. HEX triplet: 3D, 3F and 37. RGB value is (61,63,55). Sum of RGB (Red+Green+Blue) = 61+63+55=179 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.08% from 179); Green value is 63 (25% from 255 or 35.20% from 179); Blue value is 55 (21.88% from 255 or 30.73% from 179); Max value from RGB is 63 - color contains mainly: green. Hex color #3D3F37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3F37 is #C2C0C8. Grayscale: #3D3D3D. Windows color (decimal): -12763337 or 3620669. OLE color: 3620669.

HSL color Cylindrical-coordinate representation of color #3D3F37: hue angle of 75º degrees, saturation: 0.07, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3D3F37 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.75.

Color convert

RGB 61 63 55 -
CMYK 0.03 0 0.13 0.75
HSL 75º 0.07% 0.23% -
HSV(B) 75º 0.13% 0.25% -
XYZ 4.39 4.82 4.31 -
YUV 61.49 124.34 127.65 -
System Red Green Blue C M Y K H S L
Decimal 61 63 55 0.03 0 0.13 0.75 75 0.07 0.23
Hex 3D 3F 37 3 0 D 4B 4B 7 17
Octal 75 77 67 3 0 15 113 113 7 27
Binary 111101 111111 110111 11 0 1101 1001011 1001011 111 10111

Color Harmonies of #3D3F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3F37

Black with #3D3F37

Text Example


Text Example

White with #3D3F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,63,55); }

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

background-color css

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

 a { background-color: rgb(61,63,55); }

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

border-color css

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

 span { border-color: rgb(61,63,55); }

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