Html Css Color HEX #40925D Chateau Green

📋 copy color: '#40925D'

red 64 ◦ green 146 ◦ blue 93

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

Shades of Chateau Green #40925D

Tints of Chateau Green #40925D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 48.18%

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

R = 21.12%
G = 48.18%
B = 30.69%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#40925D (or 0x40925D) is known color: Chateau Green. HEX triplet: 40, 92 and 5D. RGB value is (64,146,93). Sum of RGB (Red+Green+Blue) = 64+146+93=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 146 (57.42% from 255 or 48.18% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 146 - color contains mainly: green. Hex color #40925D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40925D is #BF6DA2. Grayscale: #737373. Windows color (decimal): -12545443 or 6132288. OLE color: 6132288.

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

Color convert

RGB 64 146 93 -
CMYK 0.56 0 0.36 0.43
HSL 141.22º 0.39% 0.41% -
HSV(B) 141.22º 0.56% 0.57% -
XYZ 14.37 22.44 13.93 -
YUV 115.44 115.33 91.31 -
System Red Green Blue C M Y K H S L
Decimal 64 146 93 0.56 0 0.36 0.43 141.22 0.39 0.41
Hex 40 92 5D 38 0 24 2B 8D 27 29
Octal 100 222 135 70 0 44 53 215 47 51
Binary 1000000 10010010 1011101 111000 0 100100 101011 10001101 100111 101001

Color Harmonies of #40925D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40925D

Black with #40925D

Text Example


Text Example

White with #40925D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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