Html Css Color HEX #4D995A Chateau Green

📋 copy color: '#4D995A'

red 77 ◦ green 153 ◦ blue 90

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

Shades of Chateau Green #4D995A

Tints of Chateau Green #4D995A

RGB

 RED value IS 77 (30.47% from 255) = 24.06%

 GREEN value IS 153 (60.16% from 255) = 47.81%

 BLUE value IS 90 (35.55% from 255) = 28.13%

R = 24.06%
G = 47.81%
B = 28.13%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#4D995A (or 0x4D995A) is known color: Chateau Green. HEX triplet: 4D, 99 and 5A. RGB value is (77,153,90). Sum of RGB (Red+Green+Blue) = 77+153+90=320 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.06% from 320); Green value is 153 (60.16% from 255 or 47.81% from 320); Blue value is 90 (35.55% from 255 or 28.12% from 320); Max value from RGB is 153 - color contains mainly: green. Hex color #4D995A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D995A is #B266A5. Grayscale: #7B7B7B. Windows color (decimal): -11691686 or 5937485. OLE color: 5937485.

HSL color Cylindrical-coordinate representation of color #4D995A: hue angle of 130.26º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D995A is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB 77 153 90 -
CMYK 0.50 0 0.41 0.4
HSL 130.26º 0.33% 0.45% -
HSV(B) 130.26º 0.5% 0.6% -
XYZ 16.3 25.1 13.66 -
YUV 123.09 109.32 95.12 -
System Red Green Blue C M Y K H S L
Decimal 77 153 90 0.50 0 0.41 0.4 130.26 0.33 0.45
Hex 4D 99 5A 32 0 29 28 82 21 2D
Octal 115 231 132 62 0 51 50 202 41 55
Binary 1001101 10011001 1011010 110010 0 101001 101000 10000010 100001 101101

Color Harmonies of #4D995A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D995A

Black with #4D995A

Text Example


Text Example

White with #4D995A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D995A; }

 p { color: rgb(77,153,90); }

 H1.HeaderClassName
 {
   color: #4D995A;
 }
 .AnyTagClassName
 {
   color: #4D995A;
 }
</style>

background-color css

<style>
 a { background-color: #4D995A; }

 a { background-color: rgb(77,153,90); }

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

border-color css

<style>
 span { border-color: #4D995A; }

 span { border-color: rgb(77,153,90); }

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