Html Css Color HEX #40B260 Chateau Green

📋 copy color: '#40B260'

red 64 ◦ green 178 ◦ blue 96

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

Shades of Chateau Green #40B260

Tints of Chateau Green #40B260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.4%

R = 18.93%
G = 52.66%
B = 28.4%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#40B260 (or 0x40B260) is known color: Chateau Green. HEX triplet: 40, B2 and 60. RGB value is (64,178,96). Sum of RGB (Red+Green+Blue) = 64+178+96=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 178 (69.92% from 255 or 52.66% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 178 - color contains mainly: green. Hex color #40B260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40B260 is #BF4D9F. Grayscale: #868686. Windows color (decimal): -12537248 or 6337088. OLE color: 6337088.

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

Color convert

RGB 64 178 96 -
CMYK 0.64 0 0.46 0.30
HSL 136.84º 0.47% 0.47% -
HSV(B) 136.84º 0.64% 0.7% -
XYZ 20.15 33.78 16.52 -
YUV 134.57 106.23 77.67 -
System Red Green Blue C M Y K H S L
Decimal 64 178 96 0.64 0 0.46 0.30 136.84 0.47 0.47
Hex 40 B2 60 40 0 2E 1E 89 2F 2F
Octal 100 262 140 100 0 56 36 211 57 57
Binary 1000000 10110010 1100000 1000000 0 101110 11110 10001001 101111 101111

Color Harmonies of #40B260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B260

Black with #40B260

Text Example


Text Example

White with #40B260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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