Html Css Color HEX #538260 Como

📋 copy color: '#538260'

red 83 ◦ green 130 ◦ blue 96

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

Shades of Como #538260

Tints of Como #538260

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.07%

 BLUE value IS 96 (37.89% from 255) = 31.07%

R = 26.86%
G = 42.07%
B = 31.07%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#538260 (or 0x538260) is known color: Como. HEX triplet: 53, 82 and 60. RGB value is (83,130,96). Sum of RGB (Red+Green+Blue) = 83+130+96=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 130 - color contains mainly: green. Hex color #538260 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538260 is #AC7D9F. Grayscale: #707070. Windows color (decimal): -11304352 or 6324819. OLE color: 6324819.

HSL color Cylindrical-coordinate representation of color #538260: hue angle of 136.6º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #538260 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 130 96 -
CMYK 0.36 0 0.26 0.49
HSL 136.6º 0.22% 0.42% -
HSV(B) 136.6º 0.36% 0.51% -
XYZ 13.66 18.65 13.95 -
YUV 112.07 118.93 107.26 -
System Red Green Blue C M Y K H S L
Decimal 83 130 96 0.36 0 0.26 0.49 136.6 0.22 0.42
Hex 53 82 60 24 0 1A 31 89 16 2A
Octal 123 202 140 44 0 32 61 211 26 52
Binary 1010011 10000010 1100000 100100 0 11010 110001 10001001 10110 101010

Color Harmonies of #538260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538260

Black with #538260

Text Example


Text Example

White with #538260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538260; }

 p { color: rgb(83,130,96); }

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

background-color css

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

 a { background-color: rgb(83,130,96); }

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

border-color css

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

 span { border-color: rgb(83,130,96); }

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