#538C6D

Color #538C6D Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #538C6D

Tints of Cutty Sark #538C6D

Color information

#538C6D (or 0x538C6D) is unknown color: approx Cutty Sark. HEX triplet: 53, 8C and 6D. RGB value is (83,140,109). Sum of RGB (Red+Green+Blue) = 83+140+109=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 140 (55.08% from 255 or 42.17% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 140 - color contains mainly: green. Hex color #538C6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538C6D is #AC7392. Grayscale: #777777. Windows color (decimal): -11301779 or 7179347. OLE color: 7179347.

HSL color Cylindrical-coordinate representation of color #538C6D: hue angle of 147.37º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #538C6D is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB83140109-
CMYK0.4100.220.45
HSL147.37º25.56%43.73%-
HSV(B)147.37º40.71%54.9%-
XYZ15.7121.717.83-
YUV119.42122.12102.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25%
GREEN value IS 140 (55.08% from 255) = 42.17%
BLUE value IS 109 (42.97% from 255) = 32.83%
R=25%
G=42.17%
B=32.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal831401090.4100.220.45147.3725.5643.73
Hex538C6D290162D931a2c
Octal12321415551026552233254
Binary10100111000110011011011010010101101011011001001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #538C6D;
 }
 .AnyTagClassName
 {
   color: #538C6D;
 }
</style>
background-color css

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

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

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

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

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

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