#446438

Color #446438 Green House (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green House #446438

Tints of Green House #446438

Color information

#446438 (or 0x446438) is unknown color: approx Green House. HEX triplet: 44, 64 and 38. RGB value is (68,100,56). Sum of RGB (Red+Green+Blue) = 68+100+56=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 100 (39.45% from 255 or 44.64% from 224); Blue value is 56 (22.27% from 255 or 25% from 224); Max value from RGB is 100 - color contains mainly: green. Hex color #446438 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446438 is #BB9BC7. Grayscale: #555555. Windows color (decimal): -12295112 or 3695684. OLE color: 3695684.

HSL color Cylindrical-coordinate representation of color #446438: hue angle of 103.64º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #446438 is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.61.

Color convert

RGB6810056-
CMYK0.3200.440.61
HSL103.64º28.21%30.59%-
HSV(B)103.64º44%39.22%-
XYZ7.6510.635.39-
YUV85.42111.4115.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.36%
GREEN value IS 100 (39.45% from 255) = 44.64%
BLUE value IS 56 (22.27% from 255) = 25%
R=30.36%
G=44.64%
B=25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal68100560.3200.440.61103.6428.2130.59
Hex4464382002C3D681c1f
Octal1041447040054751503437
Binary10001001100100111000100000010110011110111010001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446438; }

 p { color: rgb(68,100,56); }

 H1.HeaderClassName
 {
   color: #446438;
 }
 .AnyTagClassName
 {
   color: #446438;
 }
</style>
background-color css

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

 a { background-color: rgb(68,100,56); }

 div.DivClassName
 {
   background-color: #446438;
 }
 .BgClassName
 {
   background-color: #446438;
 }
</style>
border-color css

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

 span { border-color: rgb(68,100,56); }

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