Html Css Color HEX #445F39 Green House

📋 copy color: '#445F39'

red 68 ◦ green 95 ◦ blue 57

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

Shades of Green House #445F39

Tints of Green House #445F39

RGB

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

 GREEN value IS 95 (37.5% from 255) = 43.18%

 BLUE value IS 57 (22.66% from 255) = 25.91%

R = 30.91%
G = 43.18%
B = 25.91%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.40

 K value IS 0.63

RGB Variations

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

Color information

#445F39 (or 0x445F39) is known color: Green House. HEX triplet: 44, 5F and 39. RGB value is (68,95,57). Sum of RGB (Red+Green+Blue) = 68+95+57=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 95 (37.5% from 255 or 43.18% from 220); Blue value is 57 (22.66% from 255 or 25.91% from 220); Max value from RGB is 95 - color contains mainly: green. Hex color #445F39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445F39 is #BBA0C6. Grayscale: #525252. Windows color (decimal): -12296391 or 3759940. OLE color: 3759940.

HSL color Cylindrical-coordinate representation of color #445F39: hue angle of 102.63º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #445F39 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.63.

Color convert

RGB 68 95 57 -
CMYK 0.28 0 0.40 0.63
HSL 102.63º 0.25% 0.3% -
HSV(B) 102.63º 0.4% 0.37% -
XYZ 7.21 9.71 5.36 -
YUV 82.6 113.55 117.59 -
System Red Green Blue C M Y K H S L
Decimal 68 95 57 0.28 0 0.40 0.63 102.63 0.25 0.3
Hex 44 5F 39 1C 0 28 3F 67 19 1E
Octal 104 137 71 34 0 50 77 147 31 36
Binary 1000100 1011111 111001 11100 0 101000 111111 1100111 11001 11110

Color Harmonies of #445F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445F39

Black with #445F39

Text Example


Text Example

White with #445F39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,95,57); }

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

background-color css

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

 a { background-color: rgb(68,95,57); }

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

border-color css

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

 span { border-color: rgb(68,95,57); }

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