Html Css Color HEX #11845F Deep Sea

📋 copy color: '#11845F'

red 17 ◦ green 132 ◦ blue 95

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

Shades of Deep Sea #11845F

Tints of Deep Sea #11845F

RGB

 RED value IS 17 (7.03% from 255) = 6.97%

 GREEN value IS 132 (51.95% from 255) = 54.1%

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

R = 6.97%
G = 54.1%
B = 38.93%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#11845F (or 0x11845F) is known color: Deep Sea. HEX triplet: 11, 84 and 5F. RGB value is (17,132,95). Sum of RGB (Red+Green+Blue) = 17+132+95=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 132 (51.95% from 255 or 54.10% from 244); Blue value is 95 (37.5% from 255 or 38.93% from 244); Max value from RGB is 132 - color contains mainly: green. Hex color #11845F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11845F is #EE7BA0. Grayscale: #5D5D5D. Windows color (decimal): -15629217 or 6259729. OLE color: 6259729.

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

Color convert

RGB 17 132 95 -
CMYK 0.87 0 0.28 0.48
HSL 160.7º 0.77% 0.29% -
HSV(B) 160.7º 0.87% 0.52% -
XYZ 10.55 17.45 13.64 -
YUV 93.4 128.9 73.51 -
System Red Green Blue C M Y K H S L
Decimal 17 132 95 0.87 0 0.28 0.48 160.7 0.77 0.29
Hex 11 84 5F 57 0 1C 30 A1 4D 1D
Octal 21 204 137 127 0 34 60 241 115 35
Binary 10001 10000100 1011111 1010111 0 11100 110000 10100001 1001101 11101

Color Harmonies of #11845F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11845F

Black with #11845F

Text Example


Text Example

White with #11845F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,132,95); }

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

background-color css

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

 a { background-color: rgb(17,132,95); }

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

border-color css

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

 span { border-color: rgb(17,132,95); }

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