Html Css Color HEX #435348 Feldgrau

📋 copy color: '#435348'

red 67 ◦ green 83 ◦ blue 72

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

Shades of Feldgrau #435348

Tints of Feldgrau #435348

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.39%

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

R = 30.18%
G = 37.39%
B = 32.43%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#435348 (or 0x435348) is known color: Feldgrau. HEX triplet: 43, 53 and 48. RGB value is (67,83,72). Sum of RGB (Red+Green+Blue) = 67+83+72=222 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.18% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 72 (28.52% from 255 or 32.43% from 222); Max value from RGB is 83 - color contains mainly: green. Hex color #435348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435348 is #BCACB7. Grayscale: #4C4C4C. Windows color (decimal): -12364984 or 4739907. OLE color: 4739907.

HSL color Cylindrical-coordinate representation of color #435348: hue angle of 138.75º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #435348 is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 67 83 72 -
CMYK 0.19 0 0.13 0.67
HSL 138.75º 0.11% 0.29% -
HSV(B) 138.75º 0.19% 0.33% -
XYZ 6.58 7.85 7.3 -
YUV 76.96 125.2 120.89 -
System Red Green Blue C M Y K H S L
Decimal 67 83 72 0.19 0 0.13 0.67 138.75 0.11 0.29
Hex 43 53 48 13 0 D 43 8B B 1D
Octal 103 123 110 23 0 15 103 213 13 35
Binary 1000011 1010011 1001000 10011 0 1101 1000011 10001011 1011 11101

Color Harmonies of #435348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435348

Black with #435348

Text Example


Text Example

White with #435348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435348; }

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

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

background-color css

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

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

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

border-color css

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

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

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