Html Css Color HEX #40935D Chateau Green

📋 copy color: '#40935D'

red 64 ◦ green 147 ◦ blue 93

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

Shades of Chateau Green #40935D

Tints of Chateau Green #40935D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 48.36%

 BLUE value IS 93 (36.72% from 255) = 30.59%

R = 21.05%
G = 48.36%
B = 30.59%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#40935D (or 0x40935D) is known color: Chateau Green. HEX triplet: 40, 93 and 5D. RGB value is (64,147,93). Sum of RGB (Red+Green+Blue) = 64+147+93=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 147 (57.81% from 255 or 48.36% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 147 - color contains mainly: green. Hex color #40935D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40935D is #BF6CA2. Grayscale: #747474. Windows color (decimal): -12545187 or 6132544. OLE color: 6132544.

HSL color Cylindrical-coordinate representation of color #40935D: hue angle of 140.96º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40935D is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 147 93 -
CMYK 0.56 0 0.37 0.42
HSL 140.96º 0.39% 0.41% -
HSV(B) 140.96º 0.56% 0.58% -
XYZ 14.52 22.75 13.98 -
YUV 116.03 115 90.89 -
System Red Green Blue C M Y K H S L
Decimal 64 147 93 0.56 0 0.37 0.42 140.96 0.39 0.41
Hex 40 93 5D 38 0 25 2A 8D 27 29
Octal 100 223 135 70 0 45 52 215 47 51
Binary 1000000 10010011 1011101 111000 0 100101 101010 10001101 100111 101001

Color Harmonies of #40935D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40935D

Black with #40935D

Text Example


Text Example

White with #40935D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40935D; }

 p { color: rgb(64,147,93); }

 H1.HeaderClassName
 {
   color: #40935D;
 }
 .AnyTagClassName
 {
   color: #40935D;
 }
</style>

background-color css

<style>
 a { background-color: #40935D; }

 a { background-color: rgb(64,147,93); }

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

border-color css

<style>
 span { border-color: #40935D; }

 span { border-color: rgb(64,147,93); }

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