Html Css Color HEX #538C5B Hippie Green

📋 copy color: '#538C5B'

red 83 ◦ green 140 ◦ blue 91

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

Shades of Hippie Green #538C5B

Tints of Hippie Green #538C5B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 44.59%

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

R = 26.43%
G = 44.59%
B = 28.98%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#538C5B (or 0x538C5B) is known color: Hippie Green. HEX triplet: 53, 8C and 5B. RGB value is (83,140,91). Sum of RGB (Red+Green+Blue) = 83+140+91=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 140 (55.08% from 255 or 44.59% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 140 - color contains mainly: green. Hex color #538C5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538C5B is #AC73A4. Grayscale: #757575. Windows color (decimal): -11301797 or 5999699. OLE color: 5999699.

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

Color convert

RGB 83 140 91 -
CMYK 0.41 0 0.35 0.45
HSL 128.42º 0.26% 0.44% -
HSV(B) 128.42º 0.41% 0.55% -
XYZ 14.83 21.35 13.24 -
YUV 117.37 113.12 103.48 -
System Red Green Blue C M Y K H S L
Decimal 83 140 91 0.41 0 0.35 0.45 128.42 0.26 0.44
Hex 53 8C 5B 29 0 23 2D 80 1A 2C
Octal 123 214 133 51 0 43 55 200 32 54
Binary 1010011 10001100 1011011 101001 0 100011 101101 10000000 11010 101100

Color Harmonies of #538C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538C5B

Black with #538C5B

Text Example


Text Example

White with #538C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,140,91); }

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

background-color css

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

 a { background-color: rgb(83,140,91); }

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

border-color css

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

 span { border-color: rgb(83,140,91); }

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