Html Css Color HEX #40B154 Chateau Green

📋 copy color: '#40B154'

red 64 ◦ green 177 ◦ blue 84

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

Shades of Chateau Green #40B154

Tints of Chateau Green #40B154

RGB

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

 GREEN value IS 177 (69.53% from 255) = 54.46%

 BLUE value IS 84 (33.2% from 255) = 25.85%

R = 19.69%
G = 54.46%
B = 25.85%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#40B154 (or 0x40B154) is known color: Chateau Green. HEX triplet: 40, B1 and 54. RGB value is (64,177,84). Sum of RGB (Red+Green+Blue) = 64+177+84=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 177 (69.53% from 255 or 54.46% from 325); Blue value is 84 (33.20% from 255 or 25.85% from 325); Max value from RGB is 177 - color contains mainly: green. Hex color #40B154 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40B154 is #BF4EAB. Grayscale: #848484. Windows color (decimal): -12537516 or 5550400. OLE color: 5550400.

HSL color Cylindrical-coordinate representation of color #40B154: hue angle of 130.62º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40B154 is Cyan = 0.64, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 64 177 84 -
CMYK 0.64 0 0.53 0.31
HSL 130.62º 0.47% 0.47% -
HSV(B) 130.62º 0.64% 0.69% -
XYZ 19.44 33.17 13.77 -
YUV 132.61 100.56 79.06 -
System Red Green Blue C M Y K H S L
Decimal 64 177 84 0.64 0 0.53 0.31 130.62 0.47 0.47
Hex 40 B1 54 40 0 35 1F 83 2F 2F
Octal 100 261 124 100 0 65 37 203 57 57
Binary 1000000 10110001 1010100 1000000 0 110101 11111 10000011 101111 101111

Color Harmonies of #40B154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B154

Black with #40B154

Text Example


Text Example

White with #40B154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40B154; }

 p { color: rgb(64,177,84); }

 H1.HeaderClassName
 {
   color: #40B154;
 }
 .AnyTagClassName
 {
   color: #40B154;
 }
</style>

background-color css

<style>
 a { background-color: #40B154; }

 a { background-color: rgb(64,177,84); }

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

border-color css

<style>
 span { border-color: #40B154; }

 span { border-color: rgb(64,177,84); }

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