Html Css Color HEX #435948 Feldgrau

📋 copy color: '#435948'

red 67 ◦ green 89 ◦ blue 72

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

Shades of Feldgrau #435948

Tints of Feldgrau #435948

RGB

 RED value IS 67 (26.56% from 255) = 29.39%

 GREEN value IS 89 (35.16% from 255) = 39.04%

 BLUE value IS 72 (28.52% from 255) = 31.58%

R = 29.39%
G = 39.04%
B = 31.58%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#435948 (or 0x435948) is known color: Feldgrau. HEX triplet: 43, 59 and 48. RGB value is (67,89,72). Sum of RGB (Red+Green+Blue) = 67+89+72=228 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.39% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 72 (28.52% from 255 or 31.58% from 228); Max value from RGB is 89 - color contains mainly: green. Hex color #435948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435948 is #BCA6B7. Grayscale: #505050. Windows color (decimal): -12363448 or 4741443. OLE color: 4741443.

HSL color Cylindrical-coordinate representation of color #435948: hue angle of 133.64º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #435948 is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB 67 89 72 -
CMYK 0.25 0 0.19 0.65
HSL 133.64º 0.14% 0.31% -
HSV(B) 133.64º 0.25% 0.35% -
XYZ 7.06 8.81 7.46 -
YUV 80.48 123.21 118.38 -
System Red Green Blue C M Y K H S L
Decimal 67 89 72 0.25 0 0.19 0.65 133.64 0.14 0.31
Hex 43 59 48 19 0 13 41 86 E 1F
Octal 103 131 110 31 0 23 101 206 16 37
Binary 1000011 1011001 1001000 11001 0 10011 1000001 10000110 1110 11111

Color Harmonies of #435948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435948

Black with #435948

Text Example


Text Example

White with #435948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435948; }

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

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

background-color css

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

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

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

border-color css

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

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

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