Html Css Color HEX #135A3A Fun Green

📋 copy color: '#135A3A'

red 19 ◦ green 90 ◦ blue 58

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

Shades of Fun Green #135A3A

Tints of Fun Green #135A3A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 53.89%

 BLUE value IS 58 (23.05% from 255) = 34.73%

R = 11.38%
G = 53.89%
B = 34.73%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.36

 K value IS 0.65

RGB Variations

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

Color information

#135A3A (or 0x135A3A) is known color: Fun Green. HEX triplet: 13, 5A and 3A. RGB value is (19,90,58). Sum of RGB (Red+Green+Blue) = 19+90+58=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 90 (35.55% from 255 or 53.89% from 167); Blue value is 58 (23.05% from 255 or 34.73% from 167); Max value from RGB is 90 - color contains mainly: green. Hex color #135A3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135A3A is #ECA5C5. Grayscale: #414141. Windows color (decimal): -15508934 or 3824147. OLE color: 3824147.

HSL color Cylindrical-coordinate representation of color #135A3A: hue angle of 152.96º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135A3A is Cyan = 0.79, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 90 58 -
CMYK 0.79 0 0.36 0.65
HSL 152.96º 0.65% 0.21% -
HSV(B) 152.96º 0.79% 0.35% -
XYZ 4.69 7.76 5.25 -
YUV 65.12 123.98 95.1 -
System Red Green Blue C M Y K H S L
Decimal 19 90 58 0.79 0 0.36 0.65 152.96 0.65 0.21
Hex 13 5A 3A 4F 0 24 41 99 41 15
Octal 23 132 72 117 0 44 101 231 101 25
Binary 10011 1011010 111010 1001111 0 100100 1000001 10011001 1000001 10101

Color Harmonies of #135A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135A3A

Black with #135A3A

Text Example


Text Example

White with #135A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,90,58); }

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

background-color css

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

 a { background-color: rgb(19,90,58); }

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

border-color css

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

 span { border-color: rgb(19,90,58); }

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