Html Css Color HEX #1C6056 Eden

📋 copy color: '#1C6056'

red 28 ◦ green 96 ◦ blue 86

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

Shades of Eden #1C6056

Tints of Eden #1C6056

RGB

 RED value IS 28 (11.33% from 255) = 13.33%

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

 BLUE value IS 86 (33.98% from 255) = 40.95%

R = 13.33%
G = 45.71%
B = 40.95%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#1C6056 (or 0x1C6056) is known color: Eden. HEX triplet: 1C, 60 and 56. RGB value is (28,96,86). Sum of RGB (Red+Green+Blue) = 28+96+86=210 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.33% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 96 - color contains mainly: green. Hex color #1C6056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6056 is #E39FA9. Grayscale: #4A4A4A. Windows color (decimal): -14917546 or 5660700. OLE color: 5660700.

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

Color convert

RGB 28 96 86 -
CMYK 0.71 0 0.10 0.62
HSL 171.18º 0.55% 0.24% -
HSV(B) 171.18º 0.71% 0.38% -
XYZ 6.34 9.28 10.26 -
YUV 74.53 134.47 94.81 -
System Red Green Blue C M Y K H S L
Decimal 28 96 86 0.71 0 0.10 0.62 171.18 0.55 0.24
Hex 1C 60 56 47 0 A 3E AB 37 18
Octal 34 140 126 107 0 12 76 253 67 30
Binary 11100 1100000 1010110 1000111 0 1010 111110 10101011 110111 11000

Color Harmonies of #1C6056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6056

Black with #1C6056

Text Example


Text Example

White with #1C6056

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,96,86); }

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

background-color css

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

 a { background-color: rgb(28,96,86); }

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

border-color css

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

 span { border-color: rgb(28,96,86); }

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