Html Css Color HEX #0D855B Deep Sea

📋 copy color: '#0D855B'

red 13 ◦ green 133 ◦ blue 91

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

Shades of Deep Sea #0D855B

Tints of Deep Sea #0D855B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 38.4%

R = 5.49%
G = 56.12%
B = 38.4%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#0D855B (or 0x0D855B) is known color: Deep Sea. HEX triplet: 0D, 85 and 5B. RGB value is (13,133,91). Sum of RGB (Red+Green+Blue) = 13+133+91=237 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.49% from 237); Green value is 133 (52.34% from 255 or 56.12% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 133 - color contains mainly: green. Hex color #0D855B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D855B is #F27AA4. Grayscale: #5C5C5C. Windows color (decimal): -15891109 or 5997837. OLE color: 5997837.

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

Color convert

RGB 13 133 91 -
CMYK 0.90 0 0.32 0.48
HSL 159º 0.82% 0.29% -
HSV(B) 159º 0.9% 0.52% -
XYZ 10.44 17.62 12.75 -
YUV 92.33 127.24 71.42 -
System Red Green Blue C M Y K H S L
Decimal 13 133 91 0.90 0 0.32 0.48 159 0.82 0.29
Hex D 85 5B 5A 0 20 30 9F 52 1D
Octal 15 205 133 132 0 40 60 237 122 35
Binary 1101 10000101 1011011 1011010 0 100000 110000 10011111 1010010 11101

Color Harmonies of #0D855B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D855B

Black with #0D855B

Text Example


Text Example

White with #0D855B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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