Html Css Color HEX #40B258 Chateau Green

📋 copy color: '#40B258'

red 64 ◦ green 178 ◦ blue 88

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

Shades of Chateau Green #40B258

Tints of Chateau Green #40B258

RGB

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

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

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

R = 19.39%
G = 53.94%
B = 26.67%

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

#40B258 (or 0x40B258) is known color: Chateau Green. HEX triplet: 40, B2 and 58. RGB value is (64,178,88). Sum of RGB (Red+Green+Blue) = 64+178+88=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 178 (69.92% from 255 or 53.94% from 330); Blue value is 88 (34.77% from 255 or 26.67% from 330); Max value from RGB is 178 - color contains mainly: green. Hex color #40B258 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40B258 is #BF4DA7. Grayscale: #858585. Windows color (decimal): -12537256 or 5812800. OLE color: 5812800.

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

Color convert

RGB 64 178 88 -
CMYK 0.64 0 0.51 0.30
HSL 132.63º 0.47% 0.47% -
HSV(B) 132.63º 0.64% 0.7% -
XYZ 19.8 33.64 14.68 -
YUV 133.65 102.23 78.32 -
System Red Green Blue C M Y K H S L
Decimal 64 178 88 0.64 0 0.51 0.30 132.63 0.47 0.47
Hex 40 B2 58 40 0 33 1E 85 2F 2F
Octal 100 262 130 100 0 63 36 205 57 57
Binary 1000000 10110010 1011000 1000000 0 110011 11110 10000101 101111 101111

Color Harmonies of #40B258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B258

Black with #40B258

Text Example


Text Example

White with #40B258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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