#1A6754

Color #1A6754 Eden (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eden #1A6754

Tints of Eden #1A6754

Color information

#1A6754 (or 0x1A6754) is unknown color: approx Eden. HEX triplet: 1A, 67 and 54. RGB value is (26,103,84). Sum of RGB (Red+Green+Blue) = 26+103+84=213 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.21% from 213); Green value is 103 (40.62% from 255 or 48.36% from 213); Blue value is 84 (33.20% from 255 or 39.44% from 213); Max value from RGB is 103 - color contains mainly: green. Hex color #1A6754 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6754 is #E598AB. Grayscale: #4D4D4D. Windows color (decimal): -15046828 or 5531418. OLE color: 5531418.

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

Color convert

RGB2610384-
CMYK0.7500.180.60
HSL165.19º59.69%25.29%-
HSV(B)165.19º74.76%40.39%-
XYZ6.8810.5610.06-
YUV77.81131.4991.04-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.21%
GREEN value IS 103 (40.62% from 255) = 48.36%
BLUE value IS 84 (33.20% from 255) = 39.44%
R=12.21%
G=48.36%
B=39.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal26103840.7500.180.60165.1959.6925.29
Hex1A67544B0123Ca53c19
Octal32147124113022742457431
Binary110101100111101010010010110100101111001010010111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,103,84); }

 H1.HeaderClassName
 {
   color: #1A6754;
 }
 .AnyTagClassName
 {
   color: #1A6754;
 }
</style>
background-color css

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

 a { background-color: rgb(26,103,84); }

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

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

 span { border-color: rgb(26,103,84); }

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