Html Css Color HEX #40A75F Chateau Green

📋 copy color: '#40A75F'

red 64 ◦ green 167 ◦ blue 95

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

Shades of Chateau Green #40A75F

Tints of Chateau Green #40A75F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 51.23%

 BLUE value IS 95 (37.5% from 255) = 29.14%

R = 19.63%
G = 51.23%
B = 29.14%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#40A75F (or 0x40A75F) is known color: Chateau Green. HEX triplet: 40, A7 and 5F. RGB value is (64,167,95). Sum of RGB (Red+Green+Blue) = 64+167+95=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 167 (65.62% from 255 or 51.23% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 167 - color contains mainly: green. Hex color #40A75F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A75F is #BF58A0. Grayscale: #808080. Windows color (decimal): -12540065 or 6268736. OLE color: 6268736.

HSL color Cylindrical-coordinate representation of color #40A75F: hue angle of 138.06º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40A75F is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB 64 167 95 -
CMYK 0.62 0 0.43 0.35
HSL 138.06º 0.45% 0.45% -
HSV(B) 138.06º 0.62% 0.65% -
XYZ 18 29.55 15.58 -
YUV 128 109.38 82.35 -
System Red Green Blue C M Y K H S L
Decimal 64 167 95 0.62 0 0.43 0.35 138.06 0.45 0.45
Hex 40 A7 5F 3E 0 2B 23 8A 2D 2D
Octal 100 247 137 76 0 53 43 212 55 55
Binary 1000000 10100111 1011111 111110 0 101011 100011 10001010 101101 101101

Color Harmonies of #40A75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A75F

Black with #40A75F

Text Example


Text Example

White with #40A75F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,167,95); }

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

background-color css

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

 a { background-color: rgb(64,167,95); }

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

border-color css

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

 span { border-color: rgb(64,167,95); }

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