Html Css Color HEX #538C55 Hippie Green

📋 copy color: '#538C55'

red 83 ◦ green 140 ◦ blue 85

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

Shades of Hippie Green #538C55

Tints of Hippie Green #538C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.6%

R = 26.95%
G = 45.45%
B = 27.6%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#538C55 (or 0x538C55) is known color: Hippie Green. HEX triplet: 53, 8C and 55. RGB value is (83,140,85). Sum of RGB (Red+Green+Blue) = 83+140+85=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 140 (55.08% from 255 or 45.45% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 140 - color contains mainly: green. Hex color #538C55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538C55 is #AC73AA. Grayscale: #747474. Windows color (decimal): -11301803 or 5606483. OLE color: 5606483.

HSL color Cylindrical-coordinate representation of color #538C55: hue angle of 122.11º 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 #538C55 is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 140 85 -
CMYK 0.41 0 0.39 0.45
HSL 122.11º 0.26% 0.44% -
HSV(B) 122.11º 0.41% 0.55% -
XYZ 14.59 21.25 11.93 -
YUV 116.69 110.12 103.97 -
System Red Green Blue C M Y K H S L
Decimal 83 140 85 0.41 0 0.39 0.45 122.11 0.26 0.44
Hex 53 8C 55 29 0 27 2D 7A 1A 2C
Octal 123 214 125 51 0 47 55 172 32 54
Binary 1010011 10001100 1010101 101001 0 100111 101101 1111010 11010 101100

Color Harmonies of #538C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538C55

Black with #538C55

Text Example


Text Example

White with #538C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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