Html Css Color HEX #135742 Fun Green

📋 copy color: '#135742'

red 19 ◦ green 87 ◦ blue 66

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

Shades of Fun Green #135742

Tints of Fun Green #135742

RGB

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

 GREEN value IS 87 (34.38% from 255) = 50.58%

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

R = 11.05%
G = 50.58%
B = 38.37%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#135742 (or 0x135742) is known color: Fun Green. HEX triplet: 13, 57 and 42. RGB value is (19,87,66). Sum of RGB (Red+Green+Blue) = 19+87+66=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 87 (34.38% from 255 or 50.58% from 172); Blue value is 66 (26.17% from 255 or 38.37% from 172); Max value from RGB is 87 - color contains mainly: green. Hex color #135742 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135742 is #ECA8BD. Grayscale: #404040. Windows color (decimal): -15509694 or 4347667. OLE color: 4347667.

HSL color Cylindrical-coordinate representation of color #135742: hue angle of 161.47º 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 #135742 is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB 19 87 66 -
CMYK 0.78 0 0.24 0.66
HSL 161.47º 0.64% 0.21% -
HSV(B) 161.47º 0.78% 0.34% -
XYZ 4.66 7.35 6.33 -
YUV 64.27 128.97 95.71 -
System Red Green Blue C M Y K H S L
Decimal 19 87 66 0.78 0 0.24 0.66 161.47 0.64 0.21
Hex 13 57 42 4E 0 18 42 A1 40 15
Octal 23 127 102 116 0 30 102 241 100 25
Binary 10011 1010111 1000010 1001110 0 11000 1000010 10100001 1000000 10101

Color Harmonies of #135742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135742

Black with #135742

Text Example


Text Example

White with #135742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135742; }

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

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

background-color css

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

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

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

border-color css

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

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

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