Html Css Color HEX #445D4B Feldgrau

📋 copy color: '#445D4B'

red 68 ◦ green 93 ◦ blue 75

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

Shades of Feldgrau #445D4B

Tints of Feldgrau #445D4B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 39.41%

 BLUE value IS 75 (29.69% from 255) = 31.78%

R = 28.81%
G = 39.41%
B = 31.78%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.19

 K value IS 0.64

RGB Variations

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

Color information

#445D4B (or 0x445D4B) is known color: Feldgrau. HEX triplet: 44, 5D and 4B. RGB value is (68,93,75). Sum of RGB (Red+Green+Blue) = 68+93+75=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 93 (36.72% from 255 or 39.41% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 93 - color contains mainly: green. Hex color #445D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445D4B is #BBA2B4. Grayscale: #535353. Windows color (decimal): -12296885 or 4939076. OLE color: 4939076.

HSL color Cylindrical-coordinate representation of color #445D4B: hue angle of 136.8º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #445D4B is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.

Color convert

RGB 68 93 75 -
CMYK 0.27 0 0.19 0.64
HSL 136.8º 0.16% 0.32% -
HSV(B) 136.8º 0.27% 0.36% -
XYZ 7.57 9.57 8.1 -
YUV 83.47 123.22 116.96 -
System Red Green Blue C M Y K H S L
Decimal 68 93 75 0.27 0 0.19 0.64 136.8 0.16 0.32
Hex 44 5D 4B 1B 0 13 40 89 10 20
Octal 104 135 113 33 0 23 100 211 20 40
Binary 1000100 1011101 1001011 11011 0 10011 1000000 10001001 10000 100000

Color Harmonies of #445D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445D4B

Black with #445D4B

Text Example


Text Example

White with #445D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,93,75); }

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

background-color css

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

 a { background-color: rgb(68,93,75); }

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

border-color css

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

 span { border-color: rgb(68,93,75); }

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