Html Css Color HEX #445F37 Green House

📋 copy color: '#445F37'

red 68 ◦ green 95 ◦ blue 55

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

Shades of Green House #445F37

Tints of Green House #445F37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 25.23%

R = 31.19%
G = 43.58%
B = 25.23%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.42

 K value IS 0.63

RGB Variations

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

Color information

#445F37 (or 0x445F37) is known color: Green House. HEX triplet: 44, 5F and 37. RGB value is (68,95,55). Sum of RGB (Red+Green+Blue) = 68+95+55=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 95 (37.5% from 255 or 43.58% from 218); Blue value is 55 (21.88% from 255 or 25.23% from 218); Max value from RGB is 95 - color contains mainly: green. Hex color #445F37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445F37 is #BBA0C8. Grayscale: #525252. Windows color (decimal): -12296393 or 3628868. OLE color: 3628868.

HSL color Cylindrical-coordinate representation of color #445F37: hue angle of 100.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #445F37 is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.63.

Color convert

RGB 68 95 55 -
CMYK 0.28 0 0.42 0.63
HSL 100.5º 0.27% 0.29% -
HSV(B) 100.5º 0.42% 0.37% -
XYZ 7.17 9.69 5.11 -
YUV 82.37 112.55 117.75 -
System Red Green Blue C M Y K H S L
Decimal 68 95 55 0.28 0 0.42 0.63 100.5 0.27 0.29
Hex 44 5F 37 1C 0 2A 3F 64 1B 1D
Octal 104 137 67 34 0 52 77 144 33 35
Binary 1000100 1011111 110111 11100 0 101010 111111 1100100 11011 11101

Color Harmonies of #445F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445F37

Black with #445F37

Text Example


Text Example

White with #445F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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