#435A48

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

Shades of Feldgrau #435A48

Tints of Feldgrau #435A48

Color information

#435A48 (or 0x435A48) is unknown color: approx Feldgrau. HEX triplet: 43, 5A and 48. RGB value is (67,90,72). Sum of RGB (Red+Green+Blue) = 67+90+72=229 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.26% from 229); Green value is 90 (35.55% from 255 or 39.30% from 229); Blue value is 72 (28.52% from 255 or 31.44% from 229); Max value from RGB is 90 - color contains mainly: green. Hex color #435A48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435A48 is #BCA5B7. Grayscale: #515151. Windows color (decimal): -12363192 or 4741699. OLE color: 4741699.

HSL color Cylindrical-coordinate representation of color #435A48: hue angle of 133.04º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #435A48 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB679072-
CMYK0.2600.200.65
HSL133.04º14.65%30.78%-
HSV(B)133.04º25.56%35.29%-
XYZ7.148.977.49-
YUV81.07122.88117.96-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.26%
GREEN value IS 90 (35.55% from 255) = 39.30%
BLUE value IS 72 (28.52% from 255) = 31.44%
R=29.26%
G=39.30%
B=31.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6790720.2600.200.65133.0414.6530.78
Hex435A481A0144185f1f
Octal103132110320241012051737
Binary10000111011010100100011010010100100000110000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435A48; }

 p { color: rgb(67,90,72); }

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

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

 a { background-color: rgb(67,90,72); }

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

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

 span { border-color: rgb(67,90,72); }

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