Html Css Color HEX #0D835C Deep Sea

📋 copy color: '#0D835C'

red 13 ◦ green 131 ◦ blue 92

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

Shades of Deep Sea #0D835C

Tints of Deep Sea #0D835C

RGB

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

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

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

R = 5.51%
G = 55.51%
B = 38.98%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#0D835C (or 0x0D835C) is known color: Deep Sea. HEX triplet: 0D, 83 and 5C. RGB value is (13,131,92). Sum of RGB (Red+Green+Blue) = 13+131+92=236 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.51% from 236); Green value is 131 (51.56% from 255 or 55.51% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 131 - color contains mainly: green. Hex color #0D835C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D835C is #F27CA3. Grayscale: #5B5B5B. Windows color (decimal): -15891620 or 6062861. OLE color: 6062861.

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

Color convert

RGB 13 131 92 -
CMYK 0.90 0 0.30 0.49
HSL 160.17º 0.82% 0.28% -
HSV(B) 160.17º 0.9% 0.51% -
XYZ 10.21 17.09 12.89 -
YUV 91.27 128.41 72.17 -
System Red Green Blue C M Y K H S L
Decimal 13 131 92 0.90 0 0.30 0.49 160.17 0.82 0.28
Hex D 83 5C 5A 0 1E 31 A0 52 1C
Octal 15 203 134 132 0 36 61 240 122 34
Binary 1101 10000011 1011100 1011010 0 11110 110001 10100000 1010010 11100

Color Harmonies of #0D835C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D835C

Black with #0D835C

Text Example


Text Example

White with #0D835C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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