#13613A

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

Shades of Fun Green #13613A

Tints of Fun Green #13613A

Color information

#13613A (or 0x13613A) is unknown color: approx Fun Green. HEX triplet: 13, 61 and 3A. RGB value is (19,97,58). Sum of RGB (Red+Green+Blue) = 19+97+58=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 97 (38.28% from 255 or 55.75% from 174); Blue value is 58 (23.05% from 255 or 33.33% from 174); Max value from RGB is 97 - color contains mainly: green. Hex color #13613A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13613A is #EC9EC5. Grayscale: #454545. Windows color (decimal): -15507142 or 3825939. OLE color: 3825939.

HSL color Cylindrical-coordinate representation of color #13613A: hue angle of 150º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13613A is Cyan = 0.80, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB199758-
CMYK0.8000.400.62
HSL150º67.24%22.75%-
HSV(B)150º80.41%38.04%-
XYZ5.318.995.46-
YUV69.23121.6692.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.92%
GREEN value IS 97 (38.28% from 255) = 55.75%
BLUE value IS 58 (23.05% from 255) = 33.33%
R=10.92%
G=55.75%
B=33.33%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1997580.8000.400.6215067.2422.75
Hex13613A500283E964317
Octal23141721200507622610327
Binary1001111000011110101010000010100011111010010110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13613A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13613A; }

 p { color: rgb(19,97,58); }

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

<style>
 a { background-color: #13613A; }

 a { background-color: rgb(19,97,58); }

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

<style>
 span { border-color: #13613A; }

 span { border-color: rgb(19,97,58); }

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