Html Css Color HEX #18845F Deep Sea

📋 copy color: '#18845F'

red 24 ◦ green 132 ◦ blue 95

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

Shades of Deep Sea #18845F

Tints of Deep Sea #18845F

RGB

 RED value IS 24 (9.77% from 255) = 9.56%

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

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

R = 9.56%
G = 52.59%
B = 37.85%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#18845F (or 0x18845F) is known color: Deep Sea. HEX triplet: 18, 84 and 5F. RGB value is (24,132,95). Sum of RGB (Red+Green+Blue) = 24+132+95=251 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.56% from 251); Green value is 132 (51.95% from 255 or 52.59% from 251); Blue value is 95 (37.5% from 255 or 37.85% from 251); Max value from RGB is 132 - color contains mainly: green. Hex color #18845F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18845F is #E77BA0. Grayscale: #5F5F5F. Windows color (decimal): -15170465 or 6259736. OLE color: 6259736.

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

Color convert

RGB 24 132 95 -
CMYK 0.82 0 0.28 0.48
HSL 159.44º 0.69% 0.31% -
HSV(B) 159.44º 0.82% 0.52% -
XYZ 10.69 17.52 13.65 -
YUV 95.49 127.72 77.01 -
System Red Green Blue C M Y K H S L
Decimal 24 132 95 0.82 0 0.28 0.48 159.44 0.69 0.31
Hex 18 84 5F 52 0 1C 30 9F 45 1F
Octal 30 204 137 122 0 34 60 237 105 37
Binary 11000 10000100 1011111 1010010 0 11100 110000 10011111 1000101 11111

Color Harmonies of #18845F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18845F

Black with #18845F

Text Example


Text Example

White with #18845F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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