Html Css Color HEX #40423A Zeus

📋 copy color: '#40423A'

red 64 ◦ green 66 ◦ blue 58

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

Shades of Zeus #40423A

Tints of Zeus #40423A

RGB

 RED value IS 64 (25.39% from 255) = 34.04%

 GREEN value IS 66 (26.17% from 255) = 35.11%

 BLUE value IS 58 (23.05% from 255) = 30.85%

R = 34.04%
G = 35.11%
B = 30.85%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.74

RGB Variations

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

Color information

#40423A (or 0x40423A) is known color: Zeus. HEX triplet: 40, 42 and 3A. RGB value is (64,66,58). Sum of RGB (Red+Green+Blue) = 64+66+58=188 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.04% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 58 (23.05% from 255 or 30.85% from 188); Max value from RGB is 66 - color contains mainly: green. Hex color #40423A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40423A is #BFBDC5. Grayscale: #404040. Windows color (decimal): -12565958 or 3818048. OLE color: 3818048.

HSL color Cylindrical-coordinate representation of color #40423A: hue angle of 75º degrees, saturation: 0.06, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #40423A is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB 64 66 58 -
CMYK 0.03 0 0.12 0.74
HSL 75º 0.06% 0.24% -
HSV(B) 75º 0.12% 0.26% -
XYZ 4.83 5.29 4.77 -
YUV 64.49 124.34 127.65 -
System Red Green Blue C M Y K H S L
Decimal 64 66 58 0.03 0 0.12 0.74 75 0.06 0.24
Hex 40 42 3A 3 0 C 4A 4B 6 18
Octal 100 102 72 3 0 14 112 113 6 30
Binary 1000000 1000010 111010 11 0 1100 1001010 1001011 110 11000

Color Harmonies of #40423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40423A

Black with #40423A

Text Example


Text Example

White with #40423A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40423A;
 }
 .AnyTagClassName
 {
   color: #40423A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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