#5C9376

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

Shades of Cutty Sark #5C9376

Tints of Cutty Sark #5C9376

Color information

#5C9376 (or 0x5C9376) is unknown color: approx Cutty Sark. HEX triplet: 5C, 93 and 76. RGB value is (92,147,118). Sum of RGB (Red+Green+Blue) = 92+147+118=357 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.77% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 147 - color contains mainly: green. Hex color #5C9376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9376 is #A36C89. Grayscale: #7F7F7F. Windows color (decimal): -10710154 or 7770972. OLE color: 7770972.

HSL color Cylindrical-coordinate representation of color #5C9376: hue angle of 148.36º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5C9376 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB92147118-
CMYK0.3700.200.42
HSL148.36º23.01%46.86%-
HSV(B)148.36º37.41%57.65%-
XYZ18.1224.4520.9-
YUV127.25122.78102.86-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.77%
GREEN value IS 147 (57.81% from 255) = 41.18%
BLUE value IS 118 (46.48% from 255) = 33.05%
R=25.77%
G=41.18%
B=33.05%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal921471180.3700.200.42148.3623.0146.86
Hex5C9376250142A94172f
Octal13422316645024522242757
Binary10111001001001111101101001010101001010101001010010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C9376; }

 p { color: rgb(92,147,118); }

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

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

 a { background-color: rgb(92,147,118); }

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

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

 span { border-color: rgb(92,147,118); }

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