Html Css Color HEX #40924B Chateau Green

📋 copy color: '#40924B'

red 64 ◦ green 146 ◦ blue 75

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

Shades of Chateau Green #40924B

Tints of Chateau Green #40924B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.32%

R = 22.46%
G = 51.23%
B = 26.32%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.49

 K value IS 0.43

RGB Variations

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

Color information

#40924B (or 0x40924B) is known color: Chateau Green. HEX triplet: 40, 92 and 4B. RGB value is (64,146,75). Sum of RGB (Red+Green+Blue) = 64+146+75=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 146 (57.42% from 255 or 51.23% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 146 - color contains mainly: green. Hex color #40924B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40924B is #BF6DB4. Grayscale: #717171. Windows color (decimal): -12545461 or 4952640. OLE color: 4952640.

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

Color convert

RGB 64 146 75 -
CMYK 0.56 0 0.49 0.43
HSL 128.05º 0.39% 0.41% -
HSV(B) 128.05º 0.56% 0.57% -
XYZ 13.66 22.16 10.21 -
YUV 113.39 106.33 92.77 -
System Red Green Blue C M Y K H S L
Decimal 64 146 75 0.56 0 0.49 0.43 128.05 0.39 0.41
Hex 40 92 4B 38 0 31 2B 80 27 29
Octal 100 222 113 70 0 61 53 200 47 51
Binary 1000000 10010010 1001011 111000 0 110001 101011 10000000 100111 101001

Color Harmonies of #40924B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40924B

Black with #40924B

Text Example


Text Example

White with #40924B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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