Html Css Color HEX #40B25A Chateau Green

📋 copy color: '#40B25A'

red 64 ◦ green 178 ◦ blue 90

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

Shades of Chateau Green #40B25A

Tints of Chateau Green #40B25A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 53.61%

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

R = 19.28%
G = 53.61%
B = 27.11%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#40B25A (or 0x40B25A) is known color: Chateau Green. HEX triplet: 40, B2 and 5A. RGB value is (64,178,90). Sum of RGB (Red+Green+Blue) = 64+178+90=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 178 (69.92% from 255 or 53.61% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 178 - color contains mainly: green. Hex color #40B25A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40B25A is #BF4DA5. Grayscale: #868686. Windows color (decimal): -12537254 or 5943872. OLE color: 5943872.

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

Color convert

RGB 64 178 90 -
CMYK 0.64 0 0.49 0.30
HSL 133.68º 0.47% 0.47% -
HSV(B) 133.68º 0.64% 0.7% -
XYZ 19.88 33.67 15.12 -
YUV 133.88 103.23 78.16 -
System Red Green Blue C M Y K H S L
Decimal 64 178 90 0.64 0 0.49 0.30 133.68 0.47 0.47
Hex 40 B2 5A 40 0 31 1E 86 2F 2F
Octal 100 262 132 100 0 61 36 206 57 57
Binary 1000000 10110010 1011010 1000000 0 110001 11110 10000110 101111 101111

Color Harmonies of #40B25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B25A

Black with #40B25A

Text Example


Text Example

White with #40B25A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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