Html Css Color HEX #446A35 Green House

📋 copy color: '#446A35'

red 68 ◦ green 106 ◦ blue 53

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

Shades of Green House #446A35

Tints of Green House #446A35

RGB

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

 GREEN value IS 106 (41.8% from 255) = 46.7%

 BLUE value IS 53 (21.09% from 255) = 23.35%

R = 29.96%
G = 46.7%
B = 23.35%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.5

 K value IS 0.58

RGB Variations

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

Color information

#446A35 (or 0x446A35) is known color: Green House. HEX triplet: 44, 6A and 35. RGB value is (68,106,53). Sum of RGB (Red+Green+Blue) = 68+106+53=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 106 (41.80% from 255 or 46.70% from 227); Blue value is 53 (21.09% from 255 or 23.35% from 227); Max value from RGB is 106 - color contains mainly: green. Hex color #446A35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446A35 is #BB95CA. Grayscale: #585858. Windows color (decimal): -12293579 or 3500612. OLE color: 3500612.

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

Color convert

RGB 68 106 53 -
CMYK 0.36 0 0.5 0.58
HSL 103.02º 0.33% 0.31% -
HSV(B) 103.02º 0.5% 0.42% -
XYZ 8.18 11.79 5.21 -
YUV 88.6 107.91 113.31 -
System Red Green Blue C M Y K H S L
Decimal 68 106 53 0.36 0 0.5 0.58 103.02 0.33 0.31
Hex 44 6A 35 24 0 32 3A 67 21 1F
Octal 104 152 65 44 0 62 72 147 41 37
Binary 1000100 1101010 110101 100100 0 110010 111010 1100111 100001 11111

Color Harmonies of #446A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446A35

Black with #446A35

Text Example


Text Example

White with #446A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,106,53); }

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

background-color css

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

 a { background-color: rgb(68,106,53); }

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

border-color css

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

 span { border-color: rgb(68,106,53); }

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