Html Css Color HEX #538D4A Hippie Green

📋 copy color: '#538D4A'

red 83 ◦ green 141 ◦ blue 74

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

Shades of Hippie Green #538D4A

Tints of Hippie Green #538D4A

RGB

 RED value IS 83 (32.81% from 255) = 27.85%

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

 BLUE value IS 74 (29.3% from 255) = 24.83%

R = 27.85%
G = 47.32%
B = 24.83%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#538D4A (or 0x538D4A) is known color: Hippie Green. HEX triplet: 53, 8D and 4A. RGB value is (83,141,74). Sum of RGB (Red+Green+Blue) = 83+141+74=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 141 (55.47% from 255 or 47.32% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 141 - color contains mainly: green. Hex color #538D4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538D4A is #AC72B5. Grayscale: #747474. Windows color (decimal): -11301558 or 4885843. OLE color: 4885843.

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

Color convert

RGB 83 141 74 -
CMYK 0.41 0 0.48 0.45
HSL 111.94º 0.31% 0.42% -
HSV(B) 111.94º 0.48% 0.55% -
XYZ 14.33 21.38 9.85 -
YUV 116.02 104.28 104.45 -
System Red Green Blue C M Y K H S L
Decimal 83 141 74 0.41 0 0.48 0.45 111.94 0.31 0.42
Hex 53 8D 4A 29 0 30 2D 70 1F 2A
Octal 123 215 112 51 0 60 55 160 37 52
Binary 1010011 10001101 1001010 101001 0 110000 101101 1110000 11111 101010

Color Harmonies of #538D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538D4A

Black with #538D4A

Text Example


Text Example

White with #538D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538D4A; }

 p { color: rgb(83,141,74); }

 H1.HeaderClassName
 {
   color: #538D4A;
 }
 .AnyTagClassName
 {
   color: #538D4A;
 }
</style>

background-color css

<style>
 a { background-color: #538D4A; }

 a { background-color: rgb(83,141,74); }

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

border-color css

<style>
 span { border-color: #538D4A; }

 span { border-color: rgb(83,141,74); }

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