Html Css Color HEX #538963 Como

📋 copy color: '#538963'

red 83 ◦ green 137 ◦ blue 99

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

Shades of Como #538963

Tints of Como #538963

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.95%

 BLUE value IS 99 (39.06% from 255) = 31.03%

R = 26.02%
G = 42.95%
B = 31.03%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#538963 (or 0x538963) is known color: Como. HEX triplet: 53, 89 and 63. RGB value is (83,137,99). Sum of RGB (Red+Green+Blue) = 83+137+99=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 99 (39.06% from 255 or 31.03% from 319); Max value from RGB is 137 - color contains mainly: green. Hex color #538963 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538963 is #AC769C. Grayscale: #747474. Windows color (decimal): -11302557 or 6523219. OLE color: 6523219.

HSL color Cylindrical-coordinate representation of color #538963: hue angle of 137.78º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #538963 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB 83 137 99 -
CMYK 0.39 0 0.28 0.46
HSL 137.78º 0.25% 0.43% -
HSV(B) 137.78º 0.39% 0.54% -
XYZ 14.77 20.63 15.01 -
YUV 116.52 118.11 104.09 -
System Red Green Blue C M Y K H S L
Decimal 83 137 99 0.39 0 0.28 0.46 137.78 0.25 0.43
Hex 53 89 63 27 0 1C 2E 8A 19 2B
Octal 123 211 143 47 0 34 56 212 31 53
Binary 1010011 10001001 1100011 100111 0 11100 101110 10001010 11001 101011

Color Harmonies of #538963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538963

Black with #538963

Text Example


Text Example

White with #538963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538963; }

 p { color: rgb(83,137,99); }

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

background-color css

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

 a { background-color: rgb(83,137,99); }

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

border-color css

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

 span { border-color: rgb(83,137,99); }

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