Html Css Color HEX #0D855D Deep Sea

📋 copy color: '#0D855D'

red 13 ◦ green 133 ◦ blue 93

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

Shades of Deep Sea #0D855D

Tints of Deep Sea #0D855D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 38.91%

R = 5.44%
G = 55.65%
B = 38.91%

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

#0D855D (or 0x0D855D) is known color: Deep Sea. HEX triplet: 0D, 85 and 5D. RGB value is (13,133,93). Sum of RGB (Red+Green+Blue) = 13+133+93=239 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.44% from 239); Green value is 133 (52.34% from 255 or 55.65% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 133 - color contains mainly: green. Hex color #0D855D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D855D is #F27AA2. Grayscale: #5C5C5C. Windows color (decimal): -15891107 or 6128909. OLE color: 6128909.

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

Color convert

RGB 13 133 93 -
CMYK 0.90 0 0.30 0.48
HSL 160º 0.82% 0.29% -
HSV(B) 160º 0.9% 0.52% -
XYZ 10.53 17.65 13.21 -
YUV 92.56 128.24 71.25 -
System Red Green Blue C M Y K H S L
Decimal 13 133 93 0.90 0 0.30 0.48 160 0.82 0.29
Hex D 85 5D 5A 0 1E 30 A0 52 1D
Octal 15 205 135 132 0 36 60 240 122 35
Binary 1101 10000101 1011101 1011010 0 11110 110000 10100000 1010010 11101

Color Harmonies of #0D855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D855D

Black with #0D855D

Text Example


Text Example

White with #0D855D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,133,93); }

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

background-color css

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

 a { background-color: rgb(13,133,93); }

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

border-color css

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

 span { border-color: rgb(13,133,93); }

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