Html Css Color HEX #135D3C Fun Green

📋 copy color: '#135D3C'

red 19 ◦ green 93 ◦ blue 60

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

Shades of Fun Green #135D3C

Tints of Fun Green #135D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 34.88%

R = 11.05%
G = 54.07%
B = 34.88%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.35

 K value IS 0.64

RGB Variations

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

Color information

#135D3C (or 0x135D3C) is known color: Fun Green. HEX triplet: 13, 5D and 3C. RGB value is (19,93,60). Sum of RGB (Red+Green+Blue) = 19+93+60=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 93 (36.72% from 255 or 54.07% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 93 - color contains mainly: green. Hex color #135D3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135D3C is #ECA2C3. Grayscale: #434343. Windows color (decimal): -15508164 or 3955987. OLE color: 3955987.

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

Color convert

RGB 19 93 60 -
CMYK 0.80 0 0.35 0.64
HSL 153.24º 0.66% 0.22% -
HSV(B) 153.24º 0.8% 0.36% -
XYZ 5 8.29 5.61 -
YUV 67.11 123.98 93.68 -
System Red Green Blue C M Y K H S L
Decimal 19 93 60 0.80 0 0.35 0.64 153.24 0.66 0.22
Hex 13 5D 3C 50 0 23 40 99 42 16
Octal 23 135 74 120 0 43 100 231 102 26
Binary 10011 1011101 111100 1010000 0 100011 1000000 10011001 1000010 10110

Color Harmonies of #135D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135D3C

Black with #135D3C

Text Example


Text Example

White with #135D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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