Html Css Color HEX #40B358 Chateau Green

📋 copy color: '#40B358'

red 64 ◦ green 179 ◦ blue 88

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

Shades of Chateau Green #40B358

Tints of Chateau Green #40B358

RGB

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

 GREEN value IS 179 (70.31% from 255) = 54.08%

 BLUE value IS 88 (34.77% from 255) = 26.59%

R = 19.34%
G = 54.08%
B = 26.59%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#40B358 (or 0x40B358) is known color: Chateau Green. HEX triplet: 40, B3 and 58. RGB value is (64,179,88). Sum of RGB (Red+Green+Blue) = 64+179+88=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 179 (70.31% from 255 or 54.08% from 331); Blue value is 88 (34.77% from 255 or 26.59% from 331); Max value from RGB is 179 - color contains mainly: green. Hex color #40B358 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40B358 is #BF4CA7. Grayscale: #868686. Windows color (decimal): -12537000 or 5813056. OLE color: 5813056.

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

Color convert

RGB 64 179 88 -
CMYK 0.64 0 0.51 0.30
HSL 132.52º 0.47% 0.48% -
HSV(B) 132.52º 0.64% 0.7% -
XYZ 20 34.03 14.75 -
YUV 134.24 101.9 77.9 -
System Red Green Blue C M Y K H S L
Decimal 64 179 88 0.64 0 0.51 0.30 132.52 0.47 0.48
Hex 40 B3 58 40 0 33 1E 85 2F 30
Octal 100 263 130 100 0 63 36 205 57 60
Binary 1000000 10110011 1011000 1000000 0 110011 11110 10000101 101111 110000

Color Harmonies of #40B358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B358

Black with #40B358

Text Example


Text Example

White with #40B358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,179,88); }

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

background-color css

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

 a { background-color: rgb(64,179,88); }

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

border-color css

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

 span { border-color: rgb(64,179,88); }

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