Html Css Color HEX #0D835E Deep Sea

📋 copy color: '#0D835E'

red 13 ◦ green 131 ◦ blue 94

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

Shades of Deep Sea #0D835E

Tints of Deep Sea #0D835E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 55.04%

 BLUE value IS 94 (37.11% from 255) = 39.5%

R = 5.46%
G = 55.04%
B = 39.5%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#0D835E (or 0x0D835E) is known color: Deep Sea. HEX triplet: 0D, 83 and 5E. RGB value is (13,131,94). Sum of RGB (Red+Green+Blue) = 13+131+94=238 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.46% from 238); Green value is 131 (51.56% from 255 or 55.04% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 131 - color contains mainly: green. Hex color #0D835E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D835E is #F27CA1. Grayscale: #5B5B5B. Windows color (decimal): -15891618 or 6193933. OLE color: 6193933.

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

Color convert

RGB 13 131 94 -
CMYK 0.90 0 0.28 0.49
HSL 161.19º 0.82% 0.28% -
HSV(B) 161.19º 0.9% 0.51% -
XYZ 10.3 17.13 13.35 -
YUV 91.5 129.41 72.01 -
System Red Green Blue C M Y K H S L
Decimal 13 131 94 0.90 0 0.28 0.49 161.19 0.82 0.28
Hex D 83 5E 5A 0 1C 31 A1 52 1C
Octal 15 203 136 132 0 34 61 241 122 34
Binary 1101 10000011 1011110 1011010 0 11100 110001 10100001 1010010 11100

Color Harmonies of #0D835E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D835E

Black with #0D835E

Text Example


Text Example

White with #0D835E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,131,94); }

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

background-color css

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

 a { background-color: rgb(13,131,94); }

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

border-color css

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

 span { border-color: rgb(13,131,94); }

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