Html Css Color HEX #135D3F Fun Green

📋 copy color: '#135D3F'

red 19 ◦ green 93 ◦ blue 63

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

Shades of Fun Green #135D3F

Tints of Fun Green #135D3F

RGB

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

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

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

R = 10.86%
G = 53.14%
B = 36%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.32

 K value IS 0.64

RGB Variations

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

Color information

#135D3F (or 0x135D3F) is known color: Fun Green. HEX triplet: 13, 5D and 3F. RGB value is (19,93,63). Sum of RGB (Red+Green+Blue) = 19+93+63=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 93 (36.72% from 255 or 53.14% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 93 - color contains mainly: green. Hex color #135D3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135D3F is #ECA2C0. Grayscale: #434343. Windows color (decimal): -15508161 or 4152595. OLE color: 4152595.

HSL color Cylindrical-coordinate representation of color #135D3F: hue angle of 155.68º 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 #135D3F is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 93 63 -
CMYK 0.80 0 0.32 0.64
HSL 155.68º 0.66% 0.22% -
HSV(B) 155.68º 0.8% 0.36% -
XYZ 5.08 8.33 6.04 -
YUV 67.45 125.48 93.44 -
System Red Green Blue C M Y K H S L
Decimal 19 93 63 0.80 0 0.32 0.64 155.68 0.66 0.22
Hex 13 5D 3F 50 0 20 40 9C 42 16
Octal 23 135 77 120 0 40 100 234 102 26
Binary 10011 1011101 111111 1010000 0 100000 1000000 10011100 1000010 10110

Color Harmonies of #135D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135D3F

Black with #135D3F

Text Example


Text Example

White with #135D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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