Html Css Color HEX #538965 Como

📋 copy color: '#538965'

red 83 ◦ green 137 ◦ blue 101

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

Shades of Como #538965

Tints of Como #538965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.46%

R = 25.86%
G = 42.68%
B = 31.46%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#538965 (or 0x538965) is known color: Como. HEX triplet: 53, 89 and 65. RGB value is (83,137,101). Sum of RGB (Red+Green+Blue) = 83+137+101=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 101 (39.84% from 255 or 31.46% from 321); Max value from RGB is 137 - color contains mainly: green. Hex color #538965 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538965 is #AC769A. Grayscale: #747474. Windows color (decimal): -11302555 or 6654291. OLE color: 6654291.

HSL color Cylindrical-coordinate representation of color #538965: hue angle of 140º 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 #538965 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 83 137 101 -
CMYK 0.39 0 0.26 0.46
HSL 140º 0.25% 0.43% -
HSV(B) 140º 0.39% 0.54% -
XYZ 14.86 20.67 15.52 -
YUV 116.75 119.11 103.93 -
System Red Green Blue C M Y K H S L
Decimal 83 137 101 0.39 0 0.26 0.46 140 0.25 0.43
Hex 53 89 65 27 0 1A 2E 8C 19 2B
Octal 123 211 145 47 0 32 56 214 31 53
Binary 1010011 10001001 1100101 100111 0 11010 101110 10001100 11001 101011

Color Harmonies of #538965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538965

Black with #538965

Text Example


Text Example

White with #538965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538965; }

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

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

background-color css

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

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

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

border-color css

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

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

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