Html Css Color HEX #538D4F Hippie Green

📋 copy color: '#538D4F'

red 83 ◦ green 141 ◦ blue 79

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

Shades of Hippie Green #538D4F

Tints of Hippie Green #538D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 26.07%

R = 27.39%
G = 46.53%
B = 26.07%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.44

 K value IS 0.45

RGB Variations

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

Color information

#538D4F (or 0x538D4F) is known color: Hippie Green. HEX triplet: 53, 8D and 4F. RGB value is (83,141,79). Sum of RGB (Red+Green+Blue) = 83+141+79=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 141 (55.47% from 255 or 46.53% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 141 - color contains mainly: green. Hex color #538D4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538D4F is #AC72B0. Grayscale: #747474. Windows color (decimal): -11301553 or 5213523. OLE color: 5213523.

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

Color convert

RGB 83 141 79 -
CMYK 0.41 0 0.44 0.45
HSL 116.13º 0.28% 0.43% -
HSV(B) 116.13º 0.44% 0.55% -
XYZ 14.5 21.45 10.77 -
YUV 116.59 106.78 104.04 -
System Red Green Blue C M Y K H S L
Decimal 83 141 79 0.41 0 0.44 0.45 116.13 0.28 0.43
Hex 53 8D 4F 29 0 2C 2D 74 1C 2B
Octal 123 215 117 51 0 54 55 164 34 53
Binary 1010011 10001101 1001111 101001 0 101100 101101 1110100 11100 101011

Color Harmonies of #538D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538D4F

Black with #538D4F

Text Example


Text Example

White with #538D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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