#434B42

Color #434B42 Grey-Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey-Asparagus #434B42

Tints of Grey-Asparagus #434B42

Color information

#434B42 (or 0x434B42) is unknown color: approx Grey-Asparagus. HEX triplet: 43, 4B and 42. RGB value is (67,75,66). Sum of RGB (Red+Green+Blue) = 67+75+66=208 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.21% from 208); Green value is 75 (29.69% from 255 or 36.06% from 208); Blue value is 66 (26.17% from 255 or 31.73% from 208); Max value from RGB is 75 - color contains mainly: green. Hex color #434B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434B42 is #BCB4BD. Grayscale: #474747. Windows color (decimal): -12367038 or 4344643. OLE color: 4344643.

HSL color Cylindrical-coordinate representation of color #434B42: hue angle of 113.33º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #434B42 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB677566-
CMYK0.1100.120.71
HSL113.33º6.38%27.65%-
HSV(B)113.33º12%29.41%-
XYZ5.816.626.13-
YUV71.58124.85124.73-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.21%
GREEN value IS 75 (29.69% from 255) = 36.06%
BLUE value IS 66 (26.17% from 255) = 31.73%
R=32.21%
G=36.06%
B=31.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6775660.1100.120.71113.336.3827.65
Hex434B42B0C477161c
Octal10311310213014107161634
Binary1000011100101110000101011011001000111111000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434B42; }

 p { color: rgb(67,75,66); }

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

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

 a { background-color: rgb(67,75,66); }

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

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

 span { border-color: rgb(67,75,66); }

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