Html Css Color HEX #40925B Chateau Green

📋 copy color: '#40925B'

red 64 ◦ green 146 ◦ blue 91

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

Shades of Chateau Green #40925B

Tints of Chateau Green #40925B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.23%

R = 21.26%
G = 48.5%
B = 30.23%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.38

 K value IS 0.43

RGB Variations

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

Color information

#40925B (or 0x40925B) is known color: Chateau Green. HEX triplet: 40, 92 and 5B. RGB value is (64,146,91). Sum of RGB (Red+Green+Blue) = 64+146+91=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 146 (57.42% from 255 or 48.50% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 146 - color contains mainly: green. Hex color #40925B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40925B is #BF6DA4. Grayscale: #737373. Windows color (decimal): -12545445 or 6001216. OLE color: 6001216.

HSL color Cylindrical-coordinate representation of color #40925B: hue angle of 139.76º 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 #40925B is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 146 91 -
CMYK 0.56 0 0.38 0.43
HSL 139.76º 0.39% 0.41% -
HSV(B) 139.76º 0.56% 0.57% -
XYZ 14.28 22.4 13.47 -
YUV 115.21 114.33 91.47 -
System Red Green Blue C M Y K H S L
Decimal 64 146 91 0.56 0 0.38 0.43 139.76 0.39 0.41
Hex 40 92 5B 38 0 26 2B 8C 27 29
Octal 100 222 133 70 0 46 53 214 47 51
Binary 1000000 10010010 1011011 111000 0 100110 101011 10001100 100111 101001

Color Harmonies of #40925B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40925B

Black with #40925B

Text Example


Text Example

White with #40925B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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