Html Css Color HEX #40B058 Chateau Green

📋 copy color: '#40B058'

red 64 ◦ green 176 ◦ blue 88

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

Shades of Chateau Green #40B058

Tints of Chateau Green #40B058

RGB

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

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

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

R = 19.51%
G = 53.66%
B = 26.83%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#40B058 (or 0x40B058) is known color: Chateau Green. HEX triplet: 40, B0 and 58. RGB value is (64,176,88). Sum of RGB (Red+Green+Blue) = 64+176+88=328 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.51% from 328); Green value is 176 (69.14% from 255 or 53.66% from 328); Blue value is 88 (34.77% from 255 or 26.83% from 328); Max value from RGB is 176 - color contains mainly: green. Hex color #40B058 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40B058 is #BF4FA7. Grayscale: #848484. Windows color (decimal): -12537768 or 5812288. OLE color: 5812288.

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

Color convert

RGB 64 176 88 -
CMYK 0.64 0 0.50 0.31
HSL 132.86º 0.47% 0.47% -
HSV(B) 132.86º 0.64% 0.69% -
XYZ 19.4 32.85 14.55 -
YUV 132.48 102.89 79.16 -
System Red Green Blue C M Y K H S L
Decimal 64 176 88 0.64 0 0.50 0.31 132.86 0.47 0.47
Hex 40 B0 58 40 0 32 1F 85 2F 2F
Octal 100 260 130 100 0 62 37 205 57 57
Binary 1000000 10110000 1011000 1000000 0 110010 11111 10000101 101111 101111

Color Harmonies of #40B058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B058

Black with #40B058

Text Example


Text Example

White with #40B058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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