Html Css Color HEX #13613F Fun Green

📋 copy color: '#13613F'

red 19 ◦ green 97 ◦ blue 63

#13613F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fun Green #13613F

Tints of Fun Green #13613F

RGB

 RED value IS 19 (7.81% from 255) = 10.61%

 GREEN value IS 97 (38.28% from 255) = 54.19%

 BLUE value IS 63 (25% from 255) = 35.2%

R = 10.61%
G = 54.19%
B = 35.2%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#13613F (or 0x13613F) is known color: Fun Green. HEX triplet: 13, 61 and 3F. RGB value is (19,97,63). Sum of RGB (Red+Green+Blue) = 19+97+63=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 97 (38.28% from 255 or 54.19% from 179); Blue value is 63 (25% from 255 or 35.20% from 179); Max value from RGB is 97 - color contains mainly: green. Hex color #13613F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13613F is #EC9EC0. Grayscale: #454545. Windows color (decimal): -15507137 or 4153619. OLE color: 4153619.

HSL color Cylindrical-coordinate representation of color #13613F: hue angle of 153.85º 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 #13613F is Cyan = 0.80, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 97 63 -
CMYK 0.80 0 0.35 0.62
HSL 153.85º 0.67% 0.23% -
HSV(B) 153.85º 0.8% 0.38% -
XYZ 5.44 9.05 6.16 -
YUV 69.8 124.16 91.76 -
System Red Green Blue C M Y K H S L
Decimal 19 97 63 0.80 0 0.35 0.62 153.85 0.67 0.23
Hex 13 61 3F 50 0 23 3E 9A 43 17
Octal 23 141 77 120 0 43 76 232 103 27
Binary 10011 1100001 111111 1010000 0 100011 111110 10011010 1000011 10111

Color Harmonies of #13613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13613F

Black with #13613F

Text Example


Text Example

White with #13613F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13613F;
 }
 .AnyTagClassName
 {
   color: #13613F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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