Html Css Color HEX #538E4A Hippie Green

📋 copy color: '#538E4A'

red 83 ◦ green 142 ◦ blue 74

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

Shades of Hippie Green #538E4A

Tints of Hippie Green #538E4A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 47.49%

 BLUE value IS 74 (29.3% from 255) = 24.75%

R = 27.76%
G = 47.49%
B = 24.75%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.48

 K value IS 0.44

RGB Variations

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

Color information

#538E4A (or 0x538E4A) is known color: Hippie Green. HEX triplet: 53, 8E and 4A. RGB value is (83,142,74). Sum of RGB (Red+Green+Blue) = 83+142+74=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 142 (55.86% from 255 or 47.49% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 142 - color contains mainly: green. Hex color #538E4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538E4A is #AC71B5. Grayscale: #747474. Windows color (decimal): -11301302 or 4886099. OLE color: 4886099.

HSL color Cylindrical-coordinate representation of color #538E4A: hue angle of 112.06º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #538E4A is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 142 74 -
CMYK 0.42 0 0.48 0.44
HSL 112.06º 0.31% 0.42% -
HSV(B) 112.06º 0.48% 0.56% -
XYZ 14.48 21.68 9.9 -
YUV 116.61 103.95 104.03 -
System Red Green Blue C M Y K H S L
Decimal 83 142 74 0.42 0 0.48 0.44 112.06 0.31 0.42
Hex 53 8E 4A 2A 0 30 2C 70 1F 2A
Octal 123 216 112 52 0 60 54 160 37 52
Binary 1010011 10001110 1001010 101010 0 110000 101100 1110000 11111 101010

Color Harmonies of #538E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538E4A

Black with #538E4A

Text Example


Text Example

White with #538E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,142,74); }

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

background-color css

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

 a { background-color: rgb(83,142,74); }

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

border-color css

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

 span { border-color: rgb(83,142,74); }

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