Html Css Color HEX #1A6855 Eden

📋 copy color: '#1A6855'

red 26 ◦ green 104 ◦ blue 85

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

Shades of Eden #1A6855

Tints of Eden #1A6855

RGB

 RED value IS 26 (10.55% from 255) = 12.09%

 GREEN value IS 104 (41.02% from 255) = 48.37%

 BLUE value IS 85 (33.59% from 255) = 39.53%

R = 12.09%
G = 48.37%
B = 39.53%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

#1A6855 (or 0x1A6855) is known color: Eden. HEX triplet: 1A, 68 and 55. RGB value is (26,104,85). Sum of RGB (Red+Green+Blue) = 26+104+85=215 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.09% from 215); Green value is 104 (41.02% from 255 or 48.37% from 215); Blue value is 85 (33.59% from 255 or 39.53% from 215); Max value from RGB is 104 - color contains mainly: green. Hex color #1A6855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6855 is #E597AA. Grayscale: #4E4E4E. Windows color (decimal): -15046571 or 5597210. OLE color: 5597210.

HSL color Cylindrical-coordinate representation of color #1A6855: hue angle of 165.38º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A6855 is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB 26 104 85 -
CMYK 0.75 0 0.18 0.59
HSL 165.38º 0.6% 0.25% -
HSV(B) 165.38º 0.75% 0.41% -
XYZ 7.02 10.78 10.3 -
YUV 78.51 131.66 90.54 -
System Red Green Blue C M Y K H S L
Decimal 26 104 85 0.75 0 0.18 0.59 165.38 0.6 0.25
Hex 1A 68 55 4B 0 12 3B A5 3C 19
Octal 32 150 125 113 0 22 73 245 74 31
Binary 11010 1101000 1010101 1001011 0 10010 111011 10100101 111100 11001

Color Harmonies of #1A6855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A6855

Black with #1A6855

Text Example


Text Example

White with #1A6855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A6855; }

 p { color: rgb(26,104,85); }

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

background-color css

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

 a { background-color: rgb(26,104,85); }

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

border-color css

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

 span { border-color: rgb(26,104,85); }

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