Html Css Color HEX #538B4E Hippie Green

📋 copy color: '#538B4E'

red 83 ◦ green 139 ◦ blue 78

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

Shades of Hippie Green #538B4E

Tints of Hippie Green #538B4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 26%

R = 27.67%
G = 46.33%
B = 26%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.44

 K value IS 0.45

RGB Variations

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

Color information

#538B4E (or 0x538B4E) is known color: Hippie Green. HEX triplet: 53, 8B and 4E. RGB value is (83,139,78). Sum of RGB (Red+Green+Blue) = 83+139+78=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 139 (54.69% from 255 or 46.33% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 139 - color contains mainly: green. Hex color #538B4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538B4E is #AC74B1. Grayscale: #737373. Windows color (decimal): -11302066 or 5147475. OLE color: 5147475.

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

Color convert

RGB 83 139 78 -
CMYK 0.40 0 0.44 0.45
HSL 115.08º 0.28% 0.43% -
HSV(B) 115.08º 0.44% 0.55% -
XYZ 14.18 20.85 10.49 -
YUV 115.3 106.95 104.96 -
System Red Green Blue C M Y K H S L
Decimal 83 139 78 0.40 0 0.44 0.45 115.08 0.28 0.43
Hex 53 8B 4E 28 0 2C 2D 73 1C 2B
Octal 123 213 116 50 0 54 55 163 34 53
Binary 1010011 10001011 1001110 101000 0 101100 101101 1110011 11100 101011

Color Harmonies of #538B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538B4E

Black with #538B4E

Text Example


Text Example

White with #538B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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