#135F3C

Color #135F3C Fun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Green #135F3C

Tints of Fun Green #135F3C

Color information

#135F3C (or 0x135F3C) is unknown color: approx Fun Green. HEX triplet: 13, 5F and 3C. RGB value is (19,95,60). Sum of RGB (Red+Green+Blue) = 19+95+60=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 95 (37.5% from 255 or 54.60% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 95 - color contains mainly: green. Hex color #135F3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135F3C is #ECA0C3. Grayscale: #444444. Windows color (decimal): -15507652 or 3956499. OLE color: 3956499.

HSL color Cylindrical-coordinate representation of color #135F3C: hue angle of 152.37º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135F3C is Cyan = 0.80, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.63.

Color convert

RGB199560-
CMYK0.8000.370.63
HSL152.37º66.67%22.35%-
HSV(B)152.37º80%37.25%-
XYZ5.188.655.67-
YUV68.29123.3292.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.92%
GREEN value IS 95 (37.5% from 255) = 54.60%
BLUE value IS 60 (23.83% from 255) = 34.48%
R=10.92%
G=54.60%
B=34.48%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1995600.8000.370.63152.3766.6722.35
Hex135F3C500253F984316
Octal23137741200457723010326
Binary1001110111111111001010000010010111111110011000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135F3C; }

 p { color: rgb(19,95,60); }

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

<style>
 a { background-color: #135F3C; }

 a { background-color: rgb(19,95,60); }

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

<style>
 span { border-color: #135F3C; }

 span { border-color: rgb(19,95,60); }

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