Html Css Color HEX #1A6053 Eden

📋 copy color: '#1A6053'

red 26 ◦ green 96 ◦ blue 83

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

Shades of Eden #1A6053

Tints of Eden #1A6053

RGB

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

 GREEN value IS 96 (37.89% from 255) = 46.83%

 BLUE value IS 83 (32.81% from 255) = 40.49%

R = 12.68%
G = 46.83%
B = 40.49%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#1A6053 (or 0x1A6053) is known color: Eden. HEX triplet: 1A, 60 and 53. RGB value is (26,96,83). Sum of RGB (Red+Green+Blue) = 26+96+83=205 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.68% from 205); Green value is 96 (37.89% from 255 or 46.83% from 205); Blue value is 83 (32.81% from 255 or 40.49% from 205); Max value from RGB is 96 - color contains mainly: green. Hex color #1A6053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6053 is #E59FAC. Grayscale: #494949. Windows color (decimal): -15048621 or 5464090. OLE color: 5464090.

HSL color Cylindrical-coordinate representation of color #1A6053: hue angle of 168.86º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A6053 is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB 26 96 83 -
CMYK 0.73 0 0.14 0.62
HSL 168.86º 0.57% 0.24% -
HSV(B) 168.86º 0.73% 0.38% -
XYZ 6.17 9.21 9.64 -
YUV 73.59 133.31 94.06 -
System Red Green Blue C M Y K H S L
Decimal 26 96 83 0.73 0 0.14 0.62 168.86 0.57 0.24
Hex 1A 60 53 49 0 E 3E A9 39 18
Octal 32 140 123 111 0 16 76 251 71 30
Binary 11010 1100000 1010011 1001001 0 1110 111110 10101001 111001 11000

Color Harmonies of #1A6053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A6053

Black with #1A6053

Text Example


Text Example

White with #1A6053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,96,83); }

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

background-color css

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

 a { background-color: rgb(26,96,83); }

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

border-color css

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

 span { border-color: rgb(26,96,83); }

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