Html Css Color HEX #40B55C Chateau Green

📋 copy color: '#40B55C'

red 64 ◦ green 181 ◦ blue 92

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

Shades of Chateau Green #40B55C

Tints of Chateau Green #40B55C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 53.71%

 BLUE value IS 92 (36.33% from 255) = 27.3%

R = 18.99%
G = 53.71%
B = 27.3%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#40B55C (or 0x40B55C) is known color: Chateau Green. HEX triplet: 40, B5 and 5C. RGB value is (64,181,92). Sum of RGB (Red+Green+Blue) = 64+181+92=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 181 (71.09% from 255 or 53.71% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 181 - color contains mainly: green. Hex color #40B55C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40B55C is #BF4AA3. Grayscale: #888888. Windows color (decimal): -12536484 or 6075712. OLE color: 6075712.

HSL color Cylindrical-coordinate representation of color #40B55C: hue angle of 134.36º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40B55C is Cyan = 0.65, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 64 181 92 -
CMYK 0.65 0 0.49 0.29
HSL 134.36º 0.48% 0.48% -
HSV(B) 134.36º 0.65% 0.71% -
XYZ 20.57 34.91 15.78 -
YUV 135.87 103.24 76.74 -
System Red Green Blue C M Y K H S L
Decimal 64 181 92 0.65 0 0.49 0.29 134.36 0.48 0.48
Hex 40 B5 5C 41 0 31 1D 86 30 30
Octal 100 265 134 101 0 61 35 206 60 60
Binary 1000000 10110101 1011100 1000001 0 110001 11101 10000110 110000 110000

Color Harmonies of #40B55C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B55C

Black with #40B55C

Text Example


Text Example

White with #40B55C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,181,92); }

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

background-color css

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

 a { background-color: rgb(64,181,92); }

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

border-color css

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

 span { border-color: rgb(64,181,92); }

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