Html Css Color HEX #135642 Fun Green

📋 copy color: '#135642'

red 19 ◦ green 86 ◦ blue 66

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

Shades of Fun Green #135642

Tints of Fun Green #135642

RGB

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

 GREEN value IS 86 (33.98% from 255) = 50.29%

 BLUE value IS 66 (26.17% from 255) = 38.6%

R = 11.11%
G = 50.29%
B = 38.6%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.23

 K value IS 0.66

RGB Variations

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

Color information

#135642 (or 0x135642) is known color: Fun Green. HEX triplet: 13, 56 and 42. RGB value is (19,86,66). Sum of RGB (Red+Green+Blue) = 19+86+66=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 86 (33.98% from 255 or 50.29% from 171); Blue value is 66 (26.17% from 255 or 38.60% from 171); Max value from RGB is 86 - color contains mainly: green. Hex color #135642 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135642 is #ECA9BD. Grayscale: #3F3F3F. Windows color (decimal): -15509950 or 4347411. OLE color: 4347411.

HSL color Cylindrical-coordinate representation of color #135642: hue angle of 162.09º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135642 is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.66.

Color convert

RGB 19 86 66 -
CMYK 0.78 0 0.23 0.66
HSL 162.09º 0.64% 0.21% -
HSV(B) 162.09º 0.78% 0.34% -
XYZ 4.58 7.19 6.3 -
YUV 63.69 129.3 96.13 -
System Red Green Blue C M Y K H S L
Decimal 19 86 66 0.78 0 0.23 0.66 162.09 0.64 0.21
Hex 13 56 42 4E 0 17 42 A2 40 15
Octal 23 126 102 116 0 27 102 242 100 25
Binary 10011 1010110 1000010 1001110 0 10111 1000010 10100010 1000000 10101

Color Harmonies of #135642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135642

Black with #135642

Text Example


Text Example

White with #135642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135642; }

 p { color: rgb(19,86,66); }

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

background-color css

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

 a { background-color: rgb(19,86,66); }

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

border-color css

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

 span { border-color: rgb(19,86,66); }

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