Html Css Color HEX #1C6355 Eden

📋 copy color: '#1C6355'

red 28 ◦ green 99 ◦ blue 85

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

Shades of Eden #1C6355

Tints of Eden #1C6355

RGB

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

 GREEN value IS 99 (39.06% from 255) = 46.7%

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

R = 13.21%
G = 46.7%
B = 40.09%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#1C6355 (or 0x1C6355) is known color: Eden. HEX triplet: 1C, 63 and 55. RGB value is (28,99,85). Sum of RGB (Red+Green+Blue) = 28+99+85=212 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.21% from 212); Green value is 99 (39.06% from 255 or 46.70% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 99 - color contains mainly: green. Hex color #1C6355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6355 is #E39CAA. Grayscale: #4C4C4C. Windows color (decimal): -14916779 or 5595932. OLE color: 5595932.

HSL color Cylindrical-coordinate representation of color #1C6355: hue angle of 168.17º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C6355 is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB 28 99 85 -
CMYK 0.72 0 0.14 0.61
HSL 168.17º 0.56% 0.25% -
HSV(B) 168.17º 0.72% 0.39% -
XYZ 6.58 9.83 10.14 -
YUV 76.18 132.98 93.64 -
System Red Green Blue C M Y K H S L
Decimal 28 99 85 0.72 0 0.14 0.61 168.17 0.56 0.25
Hex 1C 63 55 48 0 E 3D A8 38 19
Octal 34 143 125 110 0 16 75 250 70 31
Binary 11100 1100011 1010101 1001000 0 1110 111101 10101000 111000 11001

Color Harmonies of #1C6355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6355

Black with #1C6355

Text Example


Text Example

White with #1C6355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,99,85); }

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

background-color css

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

 a { background-color: rgb(28,99,85); }

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

border-color css

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

 span { border-color: rgb(28,99,85); }

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