Html Css Color HEX #40AF58 Chateau Green

📋 copy color: '#40AF58'

red 64 ◦ green 175 ◦ blue 88

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

Shades of Chateau Green #40AF58

Tints of Chateau Green #40AF58

RGB

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

 GREEN value IS 175 (68.75% from 255) = 53.52%

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

R = 19.57%
G = 53.52%
B = 26.91%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#40AF58 (or 0x40AF58) is known color: Chateau Green. HEX triplet: 40, AF and 58. RGB value is (64,175,88). Sum of RGB (Red+Green+Blue) = 64+175+88=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 175 (68.75% from 255 or 53.52% from 327); Blue value is 88 (34.77% from 255 or 26.91% from 327); Max value from RGB is 175 - color contains mainly: green. Hex color #40AF58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AF58 is #BF50A7. Grayscale: #848484. Windows color (decimal): -12538024 or 5812032. OLE color: 5812032.

HSL color Cylindrical-coordinate representation of color #40AF58: hue angle of 132.97º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AF58 is Cyan = 0.63, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 64 175 88 -
CMYK 0.63 0 0.50 0.31
HSL 132.97º 0.46% 0.47% -
HSV(B) 132.97º 0.63% 0.69% -
XYZ 19.21 32.45 14.48 -
YUV 131.89 103.23 79.57 -
System Red Green Blue C M Y K H S L
Decimal 64 175 88 0.63 0 0.50 0.31 132.97 0.46 0.47
Hex 40 AF 58 3F 0 32 1F 85 2E 2F
Octal 100 257 130 77 0 62 37 205 56 57
Binary 1000000 10101111 1011000 111111 0 110010 11111 10000101 101110 101111

Color Harmonies of #40AF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AF58

Black with #40AF58

Text Example


Text Example

White with #40AF58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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