Html Css Color HEX #0D855C Deep Sea

📋 copy color: '#0D855C'

red 13 ◦ green 133 ◦ blue 92

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

Shades of Deep Sea #0D855C

Tints of Deep Sea #0D855C

RGB

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

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

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

R = 5.46%
G = 55.88%
B = 38.66%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#0D855C (or 0x0D855C) is known color: Deep Sea. HEX triplet: 0D, 85 and 5C. RGB value is (13,133,92). Sum of RGB (Red+Green+Blue) = 13+133+92=238 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.46% from 238); Green value is 133 (52.34% from 255 or 55.88% from 238); Blue value is 92 (36.33% from 255 or 38.66% from 238); Max value from RGB is 133 - color contains mainly: green. Hex color #0D855C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D855C is #F27AA3. Grayscale: #5C5C5C. Windows color (decimal): -15891108 or 6063373. OLE color: 6063373.

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

Color convert

RGB 13 133 92 -
CMYK 0.90 0 0.31 0.48
HSL 159.5º 0.82% 0.29% -
HSV(B) 159.5º 0.9% 0.52% -
XYZ 10.49 17.63 12.98 -
YUV 92.45 127.74 71.33 -
System Red Green Blue C M Y K H S L
Decimal 13 133 92 0.90 0 0.31 0.48 159.5 0.82 0.29
Hex D 85 5C 5A 0 1F 30 A0 52 1D
Octal 15 205 134 132 0 37 60 240 122 35
Binary 1101 10000101 1011100 1011010 0 11111 110000 10100000 1010010 11101

Color Harmonies of #0D855C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D855C

Black with #0D855C

Text Example


Text Example

White with #0D855C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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