Html Css Color HEX #538B50 Hippie Green

📋 copy color: '#538B50'

red 83 ◦ green 139 ◦ blue 80

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

Shades of Hippie Green #538B50

Tints of Hippie Green #538B50

RGB

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

 GREEN value IS 139 (54.69% from 255) = 46.03%

 BLUE value IS 80 (31.64% from 255) = 26.49%

R = 27.48%
G = 46.03%
B = 26.49%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.42

 K value IS 0.45

RGB Variations

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

Color information

#538B50 (or 0x538B50) is known color: Hippie Green. HEX triplet: 53, 8B and 50. RGB value is (83,139,80). Sum of RGB (Red+Green+Blue) = 83+139+80=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 139 (54.69% from 255 or 46.03% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 139 - color contains mainly: green. Hex color #538B50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538B50 is #AC74AF. Grayscale: #737373. Windows color (decimal): -11302064 or 5278547. OLE color: 5278547.

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

Color convert

RGB 83 139 80 -
CMYK 0.40 0 0.42 0.45
HSL 116.95º 0.27% 0.43% -
HSV(B) 116.95º 0.42% 0.55% -
XYZ 14.25 20.88 10.87 -
YUV 115.53 107.95 104.8 -
System Red Green Blue C M Y K H S L
Decimal 83 139 80 0.40 0 0.42 0.45 116.95 0.27 0.43
Hex 53 8B 50 28 0 2A 2D 75 1B 2B
Octal 123 213 120 50 0 52 55 165 33 53
Binary 1010011 10001011 1010000 101000 0 101010 101101 1110101 11011 101011

Color Harmonies of #538B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538B50

Black with #538B50

Text Example


Text Example

White with #538B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,139,80); }

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

background-color css

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

 a { background-color: rgb(83,139,80); }

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

border-color css

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

 span { border-color: rgb(83,139,80); }

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