Html Css Color HEX #0D5E41 Jewel

📋 copy color: '#0D5E41'

red 13 ◦ green 94 ◦ blue 65

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

Shades of Jewel #0D5E41

Tints of Jewel #0D5E41

RGB

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

 GREEN value IS 94 (37.11% from 255) = 54.65%

 BLUE value IS 65 (25.78% from 255) = 37.79%

R = 7.56%
G = 54.65%
B = 37.79%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.31

 K value IS 0.63

RGB Variations

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

Color information

#0D5E41 (or 0x0D5E41) is known color: Jewel. HEX triplet: 0D, 5E and 41. RGB value is (13,94,65). Sum of RGB (Red+Green+Blue) = 13+94+65=172 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.56% from 172); Green value is 94 (37.11% from 255 or 54.65% from 172); Blue value is 65 (25.78% from 255 or 37.79% from 172); Max value from RGB is 94 - color contains mainly: green. Hex color #0D5E41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5E41 is #F2A1BE. Grayscale: #424242. Windows color (decimal): -15901119 or 4283917. OLE color: 4283917.

HSL color Cylindrical-coordinate representation of color #0D5E41: hue angle of 158.52º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D5E41 is Cyan = 0.86, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.63.

Color convert

RGB 13 94 65 -
CMYK 0.86 0 0.31 0.63
HSL 158.52º 0.76% 0.21% -
HSV(B) 158.52º 0.86% 0.37% -
XYZ 5.12 8.47 6.37 -
YUV 66.48 127.16 89.86 -
System Red Green Blue C M Y K H S L
Decimal 13 94 65 0.86 0 0.31 0.63 158.52 0.76 0.21
Hex D 5E 41 56 0 1F 3F 9F 4C 15
Octal 15 136 101 126 0 37 77 237 114 25
Binary 1101 1011110 1000001 1010110 0 11111 111111 10011111 1001100 10101

Color Harmonies of #0D5E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5E41

Black with #0D5E41

Text Example


Text Example

White with #0D5E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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