Html Css Color HEX #135D39 Fun Green

📋 copy color: '#135D39'

red 19 ◦ green 93 ◦ blue 57

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

Shades of Fun Green #135D39

Tints of Fun Green #135D39

RGB

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

 GREEN value IS 93 (36.72% from 255) = 55.03%

 BLUE value IS 57 (22.66% from 255) = 33.73%

R = 11.24%
G = 55.03%
B = 33.73%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.39

 K value IS 0.64

RGB Variations

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

Color information

#135D39 (or 0x135D39) is known color: Fun Green. HEX triplet: 13, 5D and 39. RGB value is (19,93,57). Sum of RGB (Red+Green+Blue) = 19+93+57=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 93 (36.72% from 255 or 55.03% from 169); Blue value is 57 (22.66% from 255 or 33.73% from 169); Max value from RGB is 93 - color contains mainly: green. Hex color #135D39 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135D39 is #ECA2C6. Grayscale: #424242. Windows color (decimal): -15508167 or 3759379. OLE color: 3759379.

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

Color convert

RGB 19 93 57 -
CMYK 0.80 0 0.39 0.64
HSL 150.81º 0.66% 0.22% -
HSV(B) 150.81º 0.8% 0.36% -
XYZ 4.92 8.26 5.21 -
YUV 66.77 122.48 93.93 -
System Red Green Blue C M Y K H S L
Decimal 19 93 57 0.80 0 0.39 0.64 150.81 0.66 0.22
Hex 13 5D 39 50 0 27 40 97 42 16
Octal 23 135 71 120 0 47 100 227 102 26
Binary 10011 1011101 111001 1010000 0 100111 1000000 10010111 1000010 10110

Color Harmonies of #135D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135D39

Black with #135D39

Text Example


Text Example

White with #135D39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,93,57); }

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

background-color css

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

 a { background-color: rgb(19,93,57); }

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

border-color css

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

 span { border-color: rgb(19,93,57); }

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