Html Css Color HEX #4B8D5B Chateau Green

📋 copy color: '#4B8D5B'

red 75 ◦ green 141 ◦ blue 91

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

Shades of Chateau Green #4B8D5B

Tints of Chateau Green #4B8D5B

RGB

 RED value IS 75 (29.69% from 255) = 24.43%

 GREEN value IS 141 (55.47% from 255) = 45.93%

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

R = 24.43%
G = 45.93%
B = 29.64%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#4B8D5B (or 0x4B8D5B) is known color: Chateau Green. HEX triplet: 4B, 8D and 5B. RGB value is (75,141,91). Sum of RGB (Red+Green+Blue) = 75+141+91=307 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.43% from 307); Green value is 141 (55.47% from 255 or 45.93% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 141 - color contains mainly: green. Hex color #4B8D5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8D5B is #B472A4. Grayscale: #737373. Windows color (decimal): -11825829 or 5999947. OLE color: 5999947.

HSL color Cylindrical-coordinate representation of color #4B8D5B: hue angle of 134.55º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B8D5B is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB 75 141 91 -
CMYK 0.47 0 0.35 0.45
HSL 134.55º 0.31% 0.42% -
HSV(B) 134.55º 0.47% 0.55% -
XYZ 14.31 21.3 13.25 -
YUV 115.57 114.13 99.07 -
System Red Green Blue C M Y K H S L
Decimal 75 141 91 0.47 0 0.35 0.45 134.55 0.31 0.42
Hex 4B 8D 5B 2F 0 23 2D 87 1F 2A
Octal 113 215 133 57 0 43 55 207 37 52
Binary 1001011 10001101 1011011 101111 0 100011 101101 10000111 11111 101010

Color Harmonies of #4B8D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B8D5B

Black with #4B8D5B

Text Example


Text Example

White with #4B8D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,141,91); }

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

background-color css

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

 a { background-color: rgb(75,141,91); }

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

border-color css

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

 span { border-color: rgb(75,141,91); }

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