Html Css Color HEX #44985A Chateau Green

📋 copy color: '#44985A'

red 68 ◦ green 152 ◦ blue 90

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

Shades of Chateau Green #44985A

Tints of Chateau Green #44985A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.03%

 BLUE value IS 90 (35.55% from 255) = 29.03%

R = 21.94%
G = 49.03%
B = 29.03%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#44985A (or 0x44985A) is known color: Chateau Green. HEX triplet: 44, 98 and 5A. RGB value is (68,152,90). Sum of RGB (Red+Green+Blue) = 68+152+90=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 152 (59.77% from 255 or 49.03% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 152 - color contains mainly: green. Hex color #44985A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44985A is #BB67A5. Grayscale: #777777. Windows color (decimal): -12281766 or 5937220. OLE color: 5937220.

HSL color Cylindrical-coordinate representation of color #44985A: hue angle of 135.71º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #44985A is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB 68 152 90 -
CMYK 0.55 0 0.41 0.40
HSL 135.71º 0.38% 0.43% -
HSV(B) 135.71º 0.55% 0.6% -
XYZ 15.46 24.42 13.57 -
YUV 119.82 111.17 91.04 -
System Red Green Blue C M Y K H S L
Decimal 68 152 90 0.55 0 0.41 0.40 135.71 0.38 0.43
Hex 44 98 5A 37 0 29 28 88 26 2B
Octal 104 230 132 67 0 51 50 210 46 53
Binary 1000100 10011000 1011010 110111 0 101001 101000 10001000 100110 101011

Color Harmonies of #44985A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44985A

Black with #44985A

Text Example


Text Example

White with #44985A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44985A; }

 p { color: rgb(68,152,90); }

 H1.HeaderClassName
 {
   color: #44985A;
 }
 .AnyTagClassName
 {
   color: #44985A;
 }
</style>

background-color css

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

 a { background-color: rgb(68,152,90); }

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

border-color css

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

 span { border-color: rgb(68,152,90); }

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