#1A6752

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

Shades of Eden #1A6752

Tints of Eden #1A6752

Color information

#1A6752 (or 0x1A6752) is unknown color: approx Eden. HEX triplet: 1A, 67 and 52. RGB value is (26,103,82). Sum of RGB (Red+Green+Blue) = 26+103+82=211 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.32% from 211); Green value is 103 (40.62% from 255 or 48.82% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 103 - color contains mainly: green. Hex color #1A6752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6752 is #E598AD. Grayscale: #4D4D4D. Windows color (decimal): -15046830 or 5400346. OLE color: 5400346.

HSL color Cylindrical-coordinate representation of color #1A6752: hue angle of 163.64º 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 #1A6752 is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.60.

Color convert

RGB2610382-
CMYK0.7500.200.60
HSL163.64º59.69%25.29%-
HSV(B)163.64º74.76%40.39%-
XYZ6.810.539.66-
YUV77.58130.4991.21-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.32%
GREEN value IS 103 (40.62% from 255) = 48.82%
BLUE value IS 82 (32.42% from 255) = 38.86%
R=12.32%
G=48.82%
B=38.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal26103820.7500.200.60163.6459.6925.29
Hex1A67524B0143Ca43c19
Octal32147122113024742447431
Binary110101100111101001010010110101001111001010010011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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