Html Css Color HEX #0D5742 Jewel

📋 copy color: '#0D5742'

red 13 ◦ green 87 ◦ blue 66

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

Shades of Jewel #0D5742

Tints of Jewel #0D5742

RGB

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

 GREEN value IS 87 (34.38% from 255) = 52.41%

 BLUE value IS 66 (26.17% from 255) = 39.76%

R = 7.83%
G = 52.41%
B = 39.76%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#0D5742 (or 0x0D5742) is known color: Jewel. HEX triplet: 0D, 57 and 42. RGB value is (13,87,66). Sum of RGB (Red+Green+Blue) = 13+87+66=166 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.83% from 166); Green value is 87 (34.38% from 255 or 52.41% from 166); Blue value is 66 (26.17% from 255 or 39.76% from 166); Max value from RGB is 87 - color contains mainly: green. Hex color #0D5742 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5742 is #F2A8BD. Grayscale: #3E3E3E. Windows color (decimal): -15902910 or 4347661. OLE color: 4347661.

HSL color Cylindrical-coordinate representation of color #0D5742: hue angle of 162.97º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D5742 is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB 13 87 66 -
CMYK 0.85 0 0.24 0.66
HSL 162.97º 0.74% 0.2% -
HSV(B) 162.97º 0.85% 0.34% -
XYZ 4.56 7.3 6.32 -
YUV 62.48 129.98 92.71 -
System Red Green Blue C M Y K H S L
Decimal 13 87 66 0.85 0 0.24 0.66 162.97 0.74 0.2
Hex D 57 42 55 0 18 42 A3 4A 14
Octal 15 127 102 125 0 30 102 243 112 24
Binary 1101 1010111 1000010 1010101 0 11000 1000010 10100011 1001010 10100

Color Harmonies of #0D5742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5742

Black with #0D5742

Text Example


Text Example

White with #0D5742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,87,66); }

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

background-color css

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

 a { background-color: rgb(13,87,66); }

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

border-color css

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

 span { border-color: rgb(13,87,66); }

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