#135C38

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

Shades of Fun Green #135C38

Tints of Fun Green #135C38

Color information

#135C38 (or 0x135C38) is unknown color: approx Fun Green. HEX triplet: 13, 5C and 38. RGB value is (19,92,56). Sum of RGB (Red+Green+Blue) = 19+92+56=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 92 (36.33% from 255 or 55.09% from 167); Blue value is 56 (22.27% from 255 or 33.53% from 167); Max value from RGB is 92 - color contains mainly: green. Hex color #135C38 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135C38 is #ECA3C7. Grayscale: #424242. Windows color (decimal): -15508424 or 3693587. OLE color: 3693587.

HSL color Cylindrical-coordinate representation of color #135C38: hue angle of 150.41º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135C38 is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.64.

Color convert

RGB199256-
CMYK0.7900.390.64
HSL150.41º65.77%21.76%-
HSV(B)150.41º79.35%36.08%-
XYZ4.818.085.05-
YUV66.07122.3294.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.38%
GREEN value IS 92 (36.33% from 255) = 55.09%
BLUE value IS 56 (22.27% from 255) = 33.53%
R=11.38%
G=55.09%
B=33.53%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1992560.7900.390.64150.4165.7721.76
Hex135C384F02740964216
Octal231347011704710022610226
Binary10011101110011100010011110100111100000010010110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,92,56); }

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

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

 a { background-color: rgb(19,92,56); }

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

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

 span { border-color: rgb(19,92,56); }

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