Html Css Color HEX #40B05A Chateau Green

📋 copy color: '#40B05A'

red 64 ◦ green 176 ◦ blue 90

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

Shades of Chateau Green #40B05A

Tints of Chateau Green #40B05A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.27%

R = 19.39%
G = 53.33%
B = 27.27%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#40B05A (or 0x40B05A) is known color: Chateau Green. HEX triplet: 40, B0 and 5A. RGB value is (64,176,90). Sum of RGB (Red+Green+Blue) = 64+176+90=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 176 (69.14% from 255 or 53.33% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 176 - color contains mainly: green. Hex color #40B05A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40B05A is #BF4FA5. Grayscale: #848484. Windows color (decimal): -12537766 or 5943360. OLE color: 5943360.

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

Color convert

RGB 64 176 90 -
CMYK 0.64 0 0.49 0.31
HSL 133.93º 0.47% 0.47% -
HSV(B) 133.93º 0.64% 0.69% -
XYZ 19.49 32.88 14.99 -
YUV 132.71 103.89 78.99 -
System Red Green Blue C M Y K H S L
Decimal 64 176 90 0.64 0 0.49 0.31 133.93 0.47 0.47
Hex 40 B0 5A 40 0 31 1F 86 2F 2F
Octal 100 260 132 100 0 61 37 206 57 57
Binary 1000000 10110000 1011010 1000000 0 110001 11111 10000110 101111 101111

Color Harmonies of #40B05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B05A

Black with #40B05A

Text Example


Text Example

White with #40B05A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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