Html Css Color HEX #13855A Deep Sea

📋 copy color: '#13855A'

red 19 ◦ green 133 ◦ blue 90

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

Shades of Deep Sea #13855A

Tints of Deep Sea #13855A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 37.19%

R = 7.85%
G = 54.96%
B = 37.19%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#13855A (or 0x13855A) is known color: Deep Sea. HEX triplet: 13, 85 and 5A. RGB value is (19,133,90). Sum of RGB (Red+Green+Blue) = 19+133+90=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 133 (52.34% from 255 or 54.96% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 133 - color contains mainly: green. Hex color #13855A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13855A is #EC7AA5. Grayscale: #5E5E5E. Windows color (decimal): -15497894 or 5932307. OLE color: 5932307.

HSL color Cylindrical-coordinate representation of color #13855A: hue angle of 157.37º 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 #13855A is Cyan = 0.86, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 133 90 -
CMYK 0.86 0 0.32 0.48
HSL 157.37º 0.75% 0.3% -
HSV(B) 157.37º 0.86% 0.52% -
XYZ 10.5 17.65 12.53 -
YUV 94.01 125.73 74.5 -
System Red Green Blue C M Y K H S L
Decimal 19 133 90 0.86 0 0.32 0.48 157.37 0.75 0.3
Hex 13 85 5A 56 0 20 30 9D 4B 1E
Octal 23 205 132 126 0 40 60 235 113 36
Binary 10011 10000101 1011010 1010110 0 100000 110000 10011101 1001011 11110

Color Harmonies of #13855A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13855A

Black with #13855A

Text Example


Text Example

White with #13855A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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