Html Css Color HEX #538B5F Como

📋 copy color: '#538B5F'

red 83 ◦ green 139 ◦ blue 95

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

Shades of Como #538B5F

Tints of Como #538B5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.97%

R = 26.18%
G = 43.85%
B = 29.97%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#538B5F (or 0x538B5F) is known color: Como. HEX triplet: 53, 8B and 5F. RGB value is (83,139,95). Sum of RGB (Red+Green+Blue) = 83+139+95=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 139 (54.69% from 255 or 43.85% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 139 - color contains mainly: green. Hex color #538B5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538B5F is #AC74A0. Grayscale: #757575. Windows color (decimal): -11302049 or 6261587. OLE color: 6261587.

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

Color convert

RGB 83 139 95 -
CMYK 0.40 0 0.32 0.45
HSL 132.86º 0.25% 0.44% -
HSV(B) 132.86º 0.4% 0.55% -
XYZ 14.87 21.13 14.12 -
YUV 117.24 115.45 103.58 -
System Red Green Blue C M Y K H S L
Decimal 83 139 95 0.40 0 0.32 0.45 132.86 0.25 0.44
Hex 53 8B 5F 28 0 20 2D 85 19 2C
Octal 123 213 137 50 0 40 55 205 31 54
Binary 1010011 10001011 1011111 101000 0 100000 101101 10000101 11001 101100

Color Harmonies of #538B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538B5F

Black with #538B5F

Text Example


Text Example

White with #538B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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