Html Css Color HEX #40B054 Chateau Green

📋 copy color: '#40B054'

red 64 ◦ green 176 ◦ blue 84

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

Shades of Chateau Green #40B054

Tints of Chateau Green #40B054

RGB

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

 GREEN value IS 176 (69.14% from 255) = 54.32%

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

R = 19.75%
G = 54.32%
B = 25.93%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#40B054 (or 0x40B054) is known color: Chateau Green. HEX triplet: 40, B0 and 54. RGB value is (64,176,84). Sum of RGB (Red+Green+Blue) = 64+176+84=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 176 (69.14% from 255 or 54.32% from 324); Blue value is 84 (33.20% from 255 or 25.93% from 324); Max value from RGB is 176 - color contains mainly: green. Hex color #40B054 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40B054 is #BF4FAB. Grayscale: #848484. Windows color (decimal): -12537772 or 5550144. OLE color: 5550144.

HSL color Cylindrical-coordinate representation of color #40B054: hue angle of 130.71º 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 #40B054 is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 64 176 84 -
CMYK 0.64 0 0.52 0.31
HSL 130.71º 0.47% 0.47% -
HSV(B) 130.71º 0.64% 0.69% -
XYZ 19.24 32.78 13.7 -
YUV 132.02 100.89 79.48 -
System Red Green Blue C M Y K H S L
Decimal 64 176 84 0.64 0 0.52 0.31 130.71 0.47 0.47
Hex 40 B0 54 40 0 34 1F 83 2F 2F
Octal 100 260 124 100 0 64 37 203 57 57
Binary 1000000 10110000 1010100 1000000 0 110100 11111 10000011 101111 101111

Color Harmonies of #40B054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B054

Black with #40B054

Text Example


Text Example

White with #40B054

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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