Html Css Color HEX #44965A Chateau Green

📋 copy color: '#44965A'

red 68 ◦ green 150 ◦ blue 90

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

Shades of Chateau Green #44965A

Tints of Chateau Green #44965A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 48.7%

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

R = 22.08%
G = 48.7%
B = 29.22%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.4

 K value IS 0.41

RGB Variations

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

Color information

#44965A (or 0x44965A) is known color: Chateau Green. HEX triplet: 44, 96 and 5A. RGB value is (68,150,90). Sum of RGB (Red+Green+Blue) = 68+150+90=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 150 (58.98% from 255 or 48.70% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 150 - color contains mainly: green. Hex color #44965A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44965A is #BB69A5. Grayscale: #767676. Windows color (decimal): -12282278 or 5936708. OLE color: 5936708.

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

Color convert

RGB 68 150 90 -
CMYK 0.55 0 0.4 0.41
HSL 136.1º 0.38% 0.43% -
HSV(B) 136.1º 0.55% 0.59% -
XYZ 15.14 23.78 13.47 -
YUV 118.64 111.83 91.88 -
System Red Green Blue C M Y K H S L
Decimal 68 150 90 0.55 0 0.4 0.41 136.1 0.38 0.43
Hex 44 96 5A 37 0 28 29 88 26 2B
Octal 104 226 132 67 0 50 51 210 46 53
Binary 1000100 10010110 1011010 110111 0 101000 101001 10001000 100110 101011

Color Harmonies of #44965A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44965A

Black with #44965A

Text Example


Text Example

White with #44965A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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