Html Css Color HEX #538A62 Como

📋 copy color: '#538A62'

red 83 ◦ green 138 ◦ blue 98

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

Shades of Como #538A62

Tints of Como #538A62

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.26%

 BLUE value IS 98 (38.67% from 255) = 30.72%

R = 26.02%
G = 43.26%
B = 30.72%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.29

 K value IS 0.46

RGB Variations

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

Color information

#538A62 (or 0x538A62) is known color: Como. HEX triplet: 53, 8A and 62. RGB value is (83,138,98). Sum of RGB (Red+Green+Blue) = 83+138+98=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 138 (54.30% from 255 or 43.26% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 138 - color contains mainly: green. Hex color #538A62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538A62 is #AC759D. Grayscale: #757575. Windows color (decimal): -11302302 or 6457939. OLE color: 6457939.

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

Color convert

RGB 83 138 98 -
CMYK 0.40 0 0.29 0.46
HSL 136.36º 0.25% 0.43% -
HSV(B) 136.36º 0.4% 0.54% -
XYZ 14.86 20.9 14.81 -
YUV 117 117.28 103.75 -
System Red Green Blue C M Y K H S L
Decimal 83 138 98 0.40 0 0.29 0.46 136.36 0.25 0.43
Hex 53 8A 62 28 0 1D 2E 88 19 2B
Octal 123 212 142 50 0 35 56 210 31 53
Binary 1010011 10001010 1100010 101000 0 11101 101110 10001000 11001 101011

Color Harmonies of #538A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538A62

Black with #538A62

Text Example


Text Example

White with #538A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,138,98); }

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

background-color css

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

 a { background-color: rgb(83,138,98); }

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

border-color css

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

 span { border-color: rgb(83,138,98); }

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