Html Css Color HEX #0D845C Deep Sea

📋 copy color: '#0D845C'

red 13 ◦ green 132 ◦ blue 92

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

Shades of Deep Sea #0D845C

Tints of Deep Sea #0D845C

RGB

 RED value IS 13 (5.47% from 255) = 5.49%

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

 BLUE value IS 92 (36.33% from 255) = 38.82%

R = 5.49%
G = 55.7%
B = 38.82%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#0D845C (or 0x0D845C) is known color: Deep Sea. HEX triplet: 0D, 84 and 5C. RGB value is (13,132,92). Sum of RGB (Red+Green+Blue) = 13+132+92=237 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.49% from 237); Green value is 132 (51.95% from 255 or 55.70% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 132 - color contains mainly: green. Hex color #0D845C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D845C is #F27BA3. Grayscale: #5B5B5B. Windows color (decimal): -15891364 or 6063117. OLE color: 6063117.

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

Color convert

RGB 13 132 92 -
CMYK 0.90 0 0.30 0.48
HSL 159.83º 0.82% 0.28% -
HSV(B) 159.83º 0.9% 0.52% -
XYZ 10.35 17.36 12.93 -
YUV 91.86 128.08 71.75 -
System Red Green Blue C M Y K H S L
Decimal 13 132 92 0.90 0 0.30 0.48 159.83 0.82 0.28
Hex D 84 5C 5A 0 1E 30 A0 52 1C
Octal 15 204 134 132 0 36 60 240 122 34
Binary 1101 10000100 1011100 1011010 0 11110 110000 10100000 1010010 11100

Color Harmonies of #0D845C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D845C

Black with #0D845C

Text Example


Text Example

White with #0D845C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D845C; }

 p { color: rgb(13,132,92); }

 H1.HeaderClassName
 {
   color: #0D845C;
 }
 .AnyTagClassName
 {
   color: #0D845C;
 }
</style>

background-color css

<style>
 a { background-color: #0D845C; }

 a { background-color: rgb(13,132,92); }

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

border-color css

<style>
 span { border-color: #0D845C; }

 span { border-color: rgb(13,132,92); }

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