#383934

Color #383934 Zeus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zeus #383934

Tints of Zeus #383934

Color information

#383934 (or 0x383934) is unknown color: approx Zeus. HEX triplet: 38, 39 and 34. RGB value is (56,57,52). Sum of RGB (Red+Green+Blue) = 56+57+52=165 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.94% from 165); Green value is 57 (22.66% from 255 or 34.55% from 165); Blue value is 52 (20.70% from 255 or 31.52% from 165); Max value from RGB is 57 - color contains mainly: green. Hex color #383934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383934 is #C7C6CB. Grayscale: #383838. Windows color (decimal): -13092556 or 3422520. OLE color: 3422520.

HSL color Cylindrical-coordinate representation of color #383934: hue angle of 72º degrees, saturation: 0.05, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #383934 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB565752-
CMYK0.0200.090.78
HSL72º4.59%21.37%-
HSV(B)72º8.77%22.35%-
XYZ3.714.013.83-
YUV56.13125.67127.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.94%
GREEN value IS 57 (22.66% from 255) = 34.55%
BLUE value IS 52 (20.70% from 255) = 31.52%
R=33.94%
G=34.55%
B=31.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5657520.0200.090.78724.5921.37
Hex3839342094E48515
Octal7071642011116110525
Binary11100011100111010010010011001110100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383934; }

 p { color: rgb(56,57,52); }

 H1.HeaderClassName
 {
   color: #383934;
 }
 .AnyTagClassName
 {
   color: #383934;
 }
</style>
background-color css

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

 a { background-color: rgb(56,57,52); }

 div.DivClassName
 {
   background-color: #383934;
 }
 .BgClassName
 {
   background-color: #383934;
 }
</style>
border-color css

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

 span { border-color: rgb(56,57,52); }

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