Html Css Color HEX #1C735D Deep Sea

📋 copy color: '#1C735D'

red 28 ◦ green 115 ◦ blue 93

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

Shades of Deep Sea #1C735D

Tints of Deep Sea #1C735D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 39.41%

R = 11.86%
G = 48.73%
B = 39.41%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#1C735D (or 0x1C735D) is known color: Deep Sea. HEX triplet: 1C, 73 and 5D. RGB value is (28,115,93). Sum of RGB (Red+Green+Blue) = 28+115+93=236 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.86% from 236); Green value is 115 (45.31% from 255 or 48.73% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 115 - color contains mainly: green. Hex color #1C735D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C735D is #E38CA2. Grayscale: #565656. Windows color (decimal): -14912675 or 6124316. OLE color: 6124316.

HSL color Cylindrical-coordinate representation of color #1C735D: hue angle of 164.83º 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 #1C735D is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 28 115 93 -
CMYK 0.76 0 0.19 0.55
HSL 164.83º 0.61% 0.28% -
HSV(B) 164.83º 0.76% 0.45% -
XYZ 8.59 13.3 12.47 -
YUV 86.48 131.68 86.29 -
System Red Green Blue C M Y K H S L
Decimal 28 115 93 0.76 0 0.19 0.55 164.83 0.61 0.28
Hex 1C 73 5D 4C 0 13 37 A5 3D 1C
Octal 34 163 135 114 0 23 67 245 75 34
Binary 11100 1110011 1011101 1001100 0 10011 110111 10100101 111101 11100

Color Harmonies of #1C735D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C735D

Black with #1C735D

Text Example


Text Example

White with #1C735D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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