Html Css Color HEX #445C4B Feldgrau

📋 copy color: '#445C4B'

red 68 ◦ green 92 ◦ blue 75

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

Shades of Feldgrau #445C4B

Tints of Feldgrau #445C4B

RGB

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

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

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

R = 28.94%
G = 39.15%
B = 31.91%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.18

 K value IS 0.64

RGB Variations

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

Color information

#445C4B (or 0x445C4B) is known color: Feldgrau. HEX triplet: 44, 5C and 4B. RGB value is (68,92,75). Sum of RGB (Red+Green+Blue) = 68+92+75=235 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.94% from 235); Green value is 92 (36.33% from 255 or 39.15% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 92 - color contains mainly: green. Hex color #445C4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445C4B is #BBA3B4. Grayscale: #525252. Windows color (decimal): -12297141 or 4938820. OLE color: 4938820.

HSL color Cylindrical-coordinate representation of color #445C4B: hue angle of 137.5º 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 #445C4B is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB 68 92 75 -
CMYK 0.26 0 0.18 0.64
HSL 137.5º 0.15% 0.31% -
HSV(B) 137.5º 0.26% 0.36% -
XYZ 7.48 9.39 8.08 -
YUV 82.89 123.55 117.38 -
System Red Green Blue C M Y K H S L
Decimal 68 92 75 0.26 0 0.18 0.64 137.5 0.15 0.31
Hex 44 5C 4B 1A 0 12 40 8A F 1F
Octal 104 134 113 32 0 22 100 212 17 37
Binary 1000100 1011100 1001011 11010 0 10010 1000000 10001010 1111 11111

Color Harmonies of #445C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445C4B

Black with #445C4B

Text Example


Text Example

White with #445C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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