#5C9B7F

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

Shades of Patina #5C9B7F

Tints of Patina #5C9B7F

Color information

#5C9B7F (or 0x5C9B7F) is unknown color: approx Patina. HEX triplet: 5C, 9B and 7F. RGB value is (92,155,127). Sum of RGB (Red+Green+Blue) = 92+155+127=374 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.60% from 374); Green value is 155 (60.94% from 255 or 41.44% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 155 - color contains mainly: green. Hex color #5C9B7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9B7F is #A36480. Grayscale: #858585. Windows color (decimal): -10708097 or 8362844. OLE color: 8362844.

HSL color Cylindrical-coordinate representation of color #5C9B7F: hue angle of 153.33º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5C9B7F is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB92155127-
CMYK0.4100.180.39
HSL153.33º25.51%48.43%-
HSV(B)153.33º40.65%60.78%-
XYZ19.9727.2524.29-
YUV132.97124.6398.78-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.60%
GREEN value IS 155 (60.94% from 255) = 41.44%
BLUE value IS 127 (50% from 255) = 33.96%
R=24.60%
G=41.44%
B=33.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal921551270.4100.180.39153.3325.5148.43
Hex5C9B7F2901227991a30
Octal13423317751022472313260
Binary10111001001101111111111010010100101001111001100111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,155,127); }

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

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

 a { background-color: rgb(92,155,127); }

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

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

 span { border-color: rgb(92,155,127); }

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