Html Css Color HEX #446B3C Green House

📋 copy color: '#446B3C'

red 68 ◦ green 107 ◦ blue 60

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

Shades of Green House #446B3C

Tints of Green House #446B3C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 45.53%

 BLUE value IS 60 (23.83% from 255) = 25.53%

R = 28.94%
G = 45.53%
B = 25.53%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.44

 K value IS 0.58

RGB Variations

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

Color information

#446B3C (or 0x446B3C) is known color: Green House. HEX triplet: 44, 6B and 3C. RGB value is (68,107,60). Sum of RGB (Red+Green+Blue) = 68+107+60=235 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.94% from 235); Green value is 107 (42.19% from 255 or 45.53% from 235); Blue value is 60 (23.83% from 255 or 25.53% from 235); Max value from RGB is 107 - color contains mainly: green. Hex color #446B3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446B3C is #BB94C3. Grayscale: #5A5A5A. Windows color (decimal): -12293316 or 3959620. OLE color: 3959620.

HSL color Cylindrical-coordinate representation of color #446B3C: hue angle of 109.79º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #446B3C is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.58.

Color convert

RGB 68 107 60 -
CMYK 0.36 0 0.44 0.58
HSL 109.79º 0.28% 0.33% -
HSV(B) 109.79º 0.44% 0.42% -
XYZ 8.46 12.07 6.16 -
YUV 89.98 111.08 112.32 -
System Red Green Blue C M Y K H S L
Decimal 68 107 60 0.36 0 0.44 0.58 109.79 0.28 0.33
Hex 44 6B 3C 24 0 2C 3A 6E 1C 21
Octal 104 153 74 44 0 54 72 156 34 41
Binary 1000100 1101011 111100 100100 0 101100 111010 1101110 11100 100001

Color Harmonies of #446B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446B3C

Black with #446B3C

Text Example


Text Example

White with #446B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446B3C; }

 p { color: rgb(68,107,60); }

 H1.HeaderClassName
 {
   color: #446B3C;
 }
 .AnyTagClassName
 {
   color: #446B3C;
 }
</style>

background-color css

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

 a { background-color: rgb(68,107,60); }

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

border-color css

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

 span { border-color: rgb(68,107,60); }

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