Html Css Color HEX #445C4A Feldgrau

📋 copy color: '#445C4A'

red 68 ◦ green 92 ◦ blue 74

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

Shades of Feldgrau #445C4A

Tints of Feldgrau #445C4A

RGB

 RED value IS 68 (26.95% from 255) = 29.06%

 GREEN value IS 92 (36.33% from 255) = 39.32%

 BLUE value IS 74 (29.3% from 255) = 31.62%

R = 29.06%
G = 39.32%
B = 31.62%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.20

 K value IS 0.64

RGB Variations

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

Color information

#445C4A (or 0x445C4A) is known color: Feldgrau. HEX triplet: 44, 5C and 4A. RGB value is (68,92,74). Sum of RGB (Red+Green+Blue) = 68+92+74=234 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.06% from 234); Green value is 92 (36.33% from 255 or 39.32% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 92 - color contains mainly: green. Hex color #445C4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445C4A is #BBA3B5. Grayscale: #525252. Windows color (decimal): -12297142 or 4873284. OLE color: 4873284.

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

Color convert

RGB 68 92 74 -
CMYK 0.26 0 0.20 0.64
HSL 135º 0.15% 0.31% -
HSV(B) 135º 0.26% 0.36% -
XYZ 7.45 9.38 7.9 -
YUV 82.77 123.05 117.46 -
System Red Green Blue C M Y K H S L
Decimal 68 92 74 0.26 0 0.20 0.64 135 0.15 0.31
Hex 44 5C 4A 1A 0 14 40 87 F 1F
Octal 104 134 112 32 0 24 100 207 17 37
Binary 1000100 1011100 1001010 11010 0 10100 1000000 10000111 1111 11111

Color Harmonies of #445C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445C4A

Black with #445C4A

Text Example


Text Example

White with #445C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445C4A; }

 p { color: rgb(68,92,74); }

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

background-color css

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

 a { background-color: rgb(68,92,74); }

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

border-color css

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

 span { border-color: rgb(68,92,74); }

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