Html Css Color HEX #538E6D Cutty Sark

📋 copy color: '#538E6D'

red 83 ◦ green 142 ◦ blue 109

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

Shades of Cutty Sark #538E6D

Tints of Cutty Sark #538E6D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 42.51%

 BLUE value IS 109 (42.97% from 255) = 32.63%

R = 24.85%
G = 42.51%
B = 32.63%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#538E6D (or 0x538E6D) is known color: Cutty Sark. HEX triplet: 53, 8E and 6D. RGB value is (83,142,109). Sum of RGB (Red+Green+Blue) = 83+142+109=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 142 (55.86% from 255 or 42.51% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 142 - color contains mainly: green. Hex color #538E6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538E6D is #AC7192. Grayscale: #787878. Windows color (decimal): -11301267 or 7179859. OLE color: 7179859.

HSL color Cylindrical-coordinate representation of color #538E6D: hue angle of 146.44º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #538E6D is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 142 109 -
CMYK 0.42 0 0.23 0.44
HSL 146.44º 0.26% 0.44% -
HSV(B) 146.44º 0.42% 0.56% -
XYZ 16 22.29 17.93 -
YUV 120.6 121.45 101.18 -
System Red Green Blue C M Y K H S L
Decimal 83 142 109 0.42 0 0.23 0.44 146.44 0.26 0.44
Hex 53 8E 6D 2A 0 17 2C 92 1A 2C
Octal 123 216 155 52 0 27 54 222 32 54
Binary 1010011 10001110 1101101 101010 0 10111 101100 10010010 11010 101100

Color Harmonies of #538E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538E6D

Black with #538E6D

Text Example


Text Example

White with #538E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,142,109); }

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

background-color css

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

 a { background-color: rgb(83,142,109); }

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

border-color css

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

 span { border-color: rgb(83,142,109); }

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