Html Css Color HEX #135C4E Eden

📋 copy color: '#135C4E'

red 19 ◦ green 92 ◦ blue 78

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

Shades of Eden #135C4E

Tints of Eden #135C4E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 48.68%

 BLUE value IS 78 (30.86% from 255) = 41.27%

R = 10.05%
G = 48.68%
B = 41.27%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.15

 K value IS 0.64

RGB Variations

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

Color information

#135C4E (or 0x135C4E) is known color: Eden. HEX triplet: 13, 5C and 4E. RGB value is (19,92,78). Sum of RGB (Red+Green+Blue) = 19+92+78=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 92 (36.33% from 255 or 48.68% from 189); Blue value is 78 (30.86% from 255 or 41.27% from 189); Max value from RGB is 92 - color contains mainly: green. Hex color #135C4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135C4E is #ECA3B1. Grayscale: #444444. Windows color (decimal): -15508402 or 5135379. OLE color: 5135379.

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

Color convert

RGB 19 92 78 -
CMYK 0.79 0 0.15 0.64
HSL 168.49º 0.66% 0.22% -
HSV(B) 168.49º 0.79% 0.36% -
XYZ 5.47 8.34 8.53 -
YUV 68.58 133.32 92.64 -
System Red Green Blue C M Y K H S L
Decimal 19 92 78 0.79 0 0.15 0.64 168.49 0.66 0.22
Hex 13 5C 4E 4F 0 F 40 A8 42 16
Octal 23 134 116 117 0 17 100 250 102 26
Binary 10011 1011100 1001110 1001111 0 1111 1000000 10101000 1000010 10110

Color Harmonies of #135C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135C4E

Black with #135C4E

Text Example


Text Example

White with #135C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,92,78); }

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

background-color css

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

 a { background-color: rgb(19,92,78); }

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

border-color css

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

 span { border-color: rgb(19,92,78); }

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