#5CB135

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

Shades of Apple #5CB135

Tints of Apple #5CB135

Color information

#5CB135 (or 0x5CB135) is unknown color: approx Apple. HEX triplet: 5C, B1 and 35. RGB value is (92,177,53). Sum of RGB (Red+Green+Blue) = 92+177+53=322 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.57% from 322); Green value is 177 (69.53% from 255 or 54.97% from 322); Blue value is 53 (21.09% from 255 or 16.46% from 322); Max value from RGB is 177 - color contains mainly: green. Hex color #5CB135 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CB135 is #A34ECA. Grayscale: #898989. Windows color (decimal): -10702539 or 3518812. OLE color: 3518812.

HSL color Cylindrical-coordinate representation of color #5CB135: hue angle of 101.13º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5CB135 is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB9217753-
CMYK0.4800.700.31
HSL101.13º53.91%45.1%-
HSV(B)101.13º70.06%69.41%-
XYZ20.7833.988.83-
YUV137.4580.3495.58-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.57%
GREEN value IS 177 (69.53% from 255) = 54.97%
BLUE value IS 53 (21.09% from 255) = 16.46%
R=28.57%
G=54.97%
B=16.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal92177530.4800.700.31101.1353.9145.1
Hex5CB135300461F65362d
Octal13426165600106371456655
Binary10111001011000111010111000001000110111111100101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,177,53); }

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

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

 a { background-color: rgb(92,177,53); }

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

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

 span { border-color: rgb(92,177,53); }

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