Html Css Color HEX #13855F Deep Sea

📋 copy color: '#13855F'

red 19 ◦ green 133 ◦ blue 95

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

Shades of Deep Sea #13855F

Tints of Deep Sea #13855F

RGB

 RED value IS 19 (7.81% from 255) = 7.69%

 GREEN value IS 133 (52.34% from 255) = 53.85%

 BLUE value IS 95 (37.5% from 255) = 38.46%

R = 7.69%
G = 53.85%
B = 38.46%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#13855F (or 0x13855F) is known color: Deep Sea. HEX triplet: 13, 85 and 5F. RGB value is (19,133,95). Sum of RGB (Red+Green+Blue) = 19+133+95=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 133 (52.34% from 255 or 53.85% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 133 - color contains mainly: green. Hex color #13855F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13855F is #EC7AA0. Grayscale: #5E5E5E. Windows color (decimal): -15497889 or 6259987. OLE color: 6259987.

HSL color Cylindrical-coordinate representation of color #13855F: hue angle of 160º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13855F is Cyan = 0.86, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 133 95 -
CMYK 0.86 0 0.29 0.48
HSL 160º 0.75% 0.3% -
HSV(B) 160º 0.86% 0.52% -
XYZ 10.72 17.74 13.69 -
YUV 94.58 128.23 74.09 -
System Red Green Blue C M Y K H S L
Decimal 19 133 95 0.86 0 0.29 0.48 160 0.75 0.3
Hex 13 85 5F 56 0 1D 30 A0 4B 1E
Octal 23 205 137 126 0 35 60 240 113 36
Binary 10011 10000101 1011111 1010110 0 11101 110000 10100000 1001011 11110

Color Harmonies of #13855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13855F

Black with #13855F

Text Example


Text Example

White with #13855F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13855F; }

 p { color: rgb(19,133,95); }

 H1.HeaderClassName
 {
   color: #13855F;
 }
 .AnyTagClassName
 {
   color: #13855F;
 }
</style>

background-color css

<style>
 a { background-color: #13855F; }

 a { background-color: rgb(19,133,95); }

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

border-color css

<style>
 span { border-color: #13855F; }

 span { border-color: rgb(19,133,95); }

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