#40433A

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

Shades of Zeus #40433A

Tints of Zeus #40433A

Color information

#40433A (or 0x40433A) is unknown color: approx Zeus. HEX triplet: 40, 43 and 3A. RGB value is (64,67,58). Sum of RGB (Red+Green+Blue) = 64+67+58=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 67 - color contains mainly: green. Hex color #40433A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40433A is #BFBCC5. Grayscale: #414141. Windows color (decimal): -12565702 or 3818304. OLE color: 3818304.

HSL color Cylindrical-coordinate representation of color #40433A: hue angle of 80º degrees, saturation: 0.07, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #40433A is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.74.

Color convert

RGB646758-
CMYK0.0400.130.74
HSL80º7.2%24.51%-
HSV(B)80º13.43%26.27%-
XYZ4.895.414.79-
YUV65.08124.01127.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.86%
GREEN value IS 67 (26.56% from 255) = 35.45%
BLUE value IS 58 (23.05% from 255) = 30.69%
R=33.86%
G=35.45%
B=30.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6467580.0400.130.74807.224.51
Hex40433A40D4A50719
Octal100103724015112120731
Binary10000001000011111010100011011001010101000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40433A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40433A; }

 p { color: rgb(64,67,58); }

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

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

 a { background-color: rgb(64,67,58); }

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

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

 span { border-color: rgb(64,67,58); }

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