Html Css Color HEX #40985B Chateau Green

📋 copy color: '#40985B'

red 64 ◦ green 152 ◦ blue 91

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

Shades of Chateau Green #40985B

Tints of Chateau Green #40985B

RGB

 RED value IS 64 (25.39% from 255) = 20.85%

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

 BLUE value IS 91 (35.94% from 255) = 29.64%

R = 20.85%
G = 49.51%
B = 29.64%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#40985B (or 0x40985B) is known color: Chateau Green. HEX triplet: 40, 98 and 5B. RGB value is (64,152,91). Sum of RGB (Red+Green+Blue) = 64+152+91=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 152 (59.77% from 255 or 49.51% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 152 - color contains mainly: green. Hex color #40985B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40985B is #BF67A4. Grayscale: #767676. Windows color (decimal): -12543909 or 6002752. OLE color: 6002752.

HSL color Cylindrical-coordinate representation of color #40985B: hue angle of 138.41º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40985B is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 64 152 91 -
CMYK 0.58 0 0.40 0.40
HSL 138.41º 0.41% 0.42% -
HSV(B) 138.41º 0.58% 0.6% -
XYZ 15.23 24.3 13.79 -
YUV 118.73 112.35 88.96 -
System Red Green Blue C M Y K H S L
Decimal 64 152 91 0.58 0 0.40 0.40 138.41 0.41 0.42
Hex 40 98 5B 3A 0 28 28 8A 29 2A
Octal 100 230 133 72 0 50 50 212 51 52
Binary 1000000 10011000 1011011 111010 0 101000 101000 10001010 101001 101010

Color Harmonies of #40985B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40985B

Black with #40985B

Text Example


Text Example

White with #40985B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40985B; }

 p { color: rgb(64,152,91); }

 H1.HeaderClassName
 {
   color: #40985B;
 }
 .AnyTagClassName
 {
   color: #40985B;
 }
</style>

background-color css

<style>
 a { background-color: #40985B; }

 a { background-color: rgb(64,152,91); }

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

border-color css

<style>
 span { border-color: #40985B; }

 span { border-color: rgb(64,152,91); }

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