Html Css Color HEX #538551 Hippie Green

📋 copy color: '#538551'

red 83 ◦ green 133 ◦ blue 81

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

Shades of Hippie Green #538551

Tints of Hippie Green #538551

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.78%

 BLUE value IS 81 (32.03% from 255) = 27.27%

R = 27.95%
G = 44.78%
B = 27.27%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#538551 (or 0x538551) is known color: Hippie Green. HEX triplet: 53, 85 and 51. RGB value is (83,133,81). Sum of RGB (Red+Green+Blue) = 83+133+81=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 81 (32.03% from 255 or 27.27% from 297); Max value from RGB is 133 - color contains mainly: green. Hex color #538551 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538551 is #AC7AAE. Grayscale: #707070. Windows color (decimal): -11303599 or 5342547. OLE color: 5342547.

HSL color Cylindrical-coordinate representation of color #538551: hue angle of 117.69º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #538551 is Cyan = 0.38, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 133 81 -
CMYK 0.38 0 0.39 0.48
HSL 117.69º 0.24% 0.42% -
HSV(B) 117.69º 0.39% 0.52% -
XYZ 13.44 19.21 10.78 -
YUV 112.12 110.44 107.23 -
System Red Green Blue C M Y K H S L
Decimal 83 133 81 0.38 0 0.39 0.48 117.69 0.24 0.42
Hex 53 85 51 26 0 27 30 76 18 2A
Octal 123 205 121 46 0 47 60 166 30 52
Binary 1010011 10000101 1010001 100110 0 100111 110000 1110110 11000 101010

Color Harmonies of #538551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538551

Black with #538551

Text Example


Text Example

White with #538551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538551; }

 p { color: rgb(83,133,81); }

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

background-color css

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

 a { background-color: rgb(83,133,81); }

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

border-color css

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

 span { border-color: rgb(83,133,81); }

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