Html Css Color HEX #446A3A Green House

📋 copy color: '#446A3A'

red 68 ◦ green 106 ◦ blue 58

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

Shades of Green House #446A3A

Tints of Green House #446A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 25%

R = 29.31%
G = 45.69%
B = 25%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.45

 K value IS 0.58

RGB Variations

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

Color information

#446A3A (or 0x446A3A) is known color: Green House. HEX triplet: 44, 6A and 3A. RGB value is (68,106,58). Sum of RGB (Red+Green+Blue) = 68+106+58=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 106 (41.80% from 255 or 45.69% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 106 - color contains mainly: green. Hex color #446A3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446A3A is #BB95C5. Grayscale: #595959. Windows color (decimal): -12293574 or 3828292. OLE color: 3828292.

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

Color convert

RGB 68 106 58 -
CMYK 0.36 0 0.45 0.58
HSL 107.5º 0.29% 0.32% -
HSV(B) 107.5º 0.45% 0.42% -
XYZ 8.3 11.84 5.85 -
YUV 89.17 110.41 112.9 -
System Red Green Blue C M Y K H S L
Decimal 68 106 58 0.36 0 0.45 0.58 107.5 0.29 0.32
Hex 44 6A 3A 24 0 2D 3A 6C 1D 20
Octal 104 152 72 44 0 55 72 154 35 40
Binary 1000100 1101010 111010 100100 0 101101 111010 1101100 11101 100000

Color Harmonies of #446A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446A3A

Black with #446A3A

Text Example


Text Example

White with #446A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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