Html Css Color HEX #4B985C Chateau Green

📋 copy color: '#4B985C'

red 75 ◦ green 152 ◦ blue 92

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

Shades of Chateau Green #4B985C

Tints of Chateau Green #4B985C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.65%

 BLUE value IS 92 (36.33% from 255) = 28.84%

R = 23.51%
G = 47.65%
B = 28.84%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#4B985C (or 0x4B985C) is known color: Chateau Green. HEX triplet: 4B, 98 and 5C. RGB value is (75,152,92). Sum of RGB (Red+Green+Blue) = 75+152+92=319 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.51% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 152 - color contains mainly: green. Hex color #4B985C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B985C is #B467A3. Grayscale: #7A7A7A. Windows color (decimal): -11823012 or 6068299. OLE color: 6068299.

HSL color Cylindrical-coordinate representation of color #4B985C: hue angle of 133.25º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B985C is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 75 152 92 -
CMYK 0.51 0 0.39 0.40
HSL 133.25º 0.34% 0.45% -
HSV(B) 133.25º 0.51% 0.6% -
XYZ 16.06 24.73 14.05 -
YUV 122.14 110.99 94.38 -
System Red Green Blue C M Y K H S L
Decimal 75 152 92 0.51 0 0.39 0.40 133.25 0.34 0.45
Hex 4B 98 5C 33 0 27 28 85 22 2D
Octal 113 230 134 63 0 47 50 205 42 55
Binary 1001011 10011000 1011100 110011 0 100111 101000 10000101 100010 101101

Color Harmonies of #4B985C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B985C

Black with #4B985C

Text Example


Text Example

White with #4B985C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,152,92); }

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

background-color css

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

 a { background-color: rgb(75,152,92); }

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

border-color css

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

 span { border-color: rgb(75,152,92); }

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