Html Css Color HEX #1C735C Deep Sea

📋 copy color: '#1C735C'

red 28 ◦ green 115 ◦ blue 92

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

Shades of Deep Sea #1C735C

Tints of Deep Sea #1C735C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 48.94%

 BLUE value IS 92 (36.33% from 255) = 39.15%

R = 11.91%
G = 48.94%
B = 39.15%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#1C735C (or 0x1C735C) is known color: Deep Sea. HEX triplet: 1C, 73 and 5C. RGB value is (28,115,92). Sum of RGB (Red+Green+Blue) = 28+115+92=235 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.91% from 235); Green value is 115 (45.31% from 255 or 48.94% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 115 - color contains mainly: green. Hex color #1C735C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C735C is #E38CA3. Grayscale: #565656. Windows color (decimal): -14912676 or 6058780. OLE color: 6058780.

HSL color Cylindrical-coordinate representation of color #1C735C: hue angle of 164.14º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C735C is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 28 115 92 -
CMYK 0.76 0 0.20 0.55
HSL 164.14º 0.61% 0.28% -
HSV(B) 164.14º 0.76% 0.45% -
XYZ 8.54 13.28 12.24 -
YUV 86.37 131.18 86.37 -
System Red Green Blue C M Y K H S L
Decimal 28 115 92 0.76 0 0.20 0.55 164.14 0.61 0.28
Hex 1C 73 5C 4C 0 14 37 A4 3D 1C
Octal 34 163 134 114 0 24 67 244 75 34
Binary 11100 1110011 1011100 1001100 0 10100 110111 10100100 111101 11100

Color Harmonies of #1C735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C735C

Black with #1C735C

Text Example


Text Example

White with #1C735C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,115,92); }

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

background-color css

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

 a { background-color: rgb(28,115,92); }

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

border-color css

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

 span { border-color: rgb(28,115,92); }

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