Html Css Color HEX #40B65E Chateau Green

📋 copy color: '#40B65E'

red 64 ◦ green 182 ◦ blue 94

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

Shades of Chateau Green #40B65E

Tints of Chateau Green #40B65E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 53.53%

 BLUE value IS 94 (37.11% from 255) = 27.65%

R = 18.82%
G = 53.53%
B = 27.65%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#40B65E (or 0x40B65E) is known color: Chateau Green. HEX triplet: 40, B6 and 5E. RGB value is (64,182,94). Sum of RGB (Red+Green+Blue) = 64+182+94=340 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.82% from 340); Green value is 182 (71.48% from 255 or 53.53% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 182 - color contains mainly: green. Hex color #40B65E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40B65E is #BF49A1. Grayscale: #888888. Windows color (decimal): -12536226 or 6207040. OLE color: 6207040.

HSL color Cylindrical-coordinate representation of color #40B65E: hue angle of 135.25º 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 #40B65E is Cyan = 0.65, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 64 182 94 -
CMYK 0.65 0 0.48 0.29
HSL 135.25º 0.48% 0.48% -
HSV(B) 135.25º 0.65% 0.71% -
XYZ 20.86 35.35 16.31 -
YUV 136.69 103.91 76.16 -
System Red Green Blue C M Y K H S L
Decimal 64 182 94 0.65 0 0.48 0.29 135.25 0.48 0.48
Hex 40 B6 5E 41 0 30 1D 87 30 30
Octal 100 266 136 101 0 60 35 207 60 60
Binary 1000000 10110110 1011110 1000001 0 110000 11101 10000111 110000 110000

Color Harmonies of #40B65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B65E

Black with #40B65E

Text Example


Text Example

White with #40B65E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,182,94); }

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

background-color css

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

 a { background-color: rgb(64,182,94); }

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

border-color css

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

 span { border-color: rgb(64,182,94); }

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