#383936

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

Shades of Zeus #383936

Tints of Zeus #383936

Color information

#383936 (or 0x383936) is unknown color: approx Zeus. HEX triplet: 38, 39 and 36. RGB value is (56,57,54). Sum of RGB (Red+Green+Blue) = 56+57+54=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 57 (22.66% from 255 or 34.13% from 167); Blue value is 54 (21.48% from 255 or 32.34% from 167); Max value from RGB is 57 - color contains mainly: green. Hex color #383936 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383936 is #C7C6C9. Grayscale: #383838. Windows color (decimal): -13092554 or 3553592. OLE color: 3553592.

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

Color convert

RGB565754-
CMYK0.0200.050.78
HSL80º2.7%21.76%-
HSV(B)80º5.26%22.35%-
XYZ3.764.034.07-
YUV56.36126.67127.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.53%
GREEN value IS 57 (22.66% from 255) = 34.13%
BLUE value IS 54 (21.48% from 255) = 32.34%
R=33.53%
G=34.13%
B=32.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5657540.0200.050.78802.721.76
Hex3839362054E50316
Octal707166205116120326
Binary111000111001110110100101100111010100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383936; }

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

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

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

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

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

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

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

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