Html Css Color HEX #0D5A41 Jewel

📋 copy color: '#0D5A41'

red 13 ◦ green 90 ◦ blue 65

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

Shades of Jewel #0D5A41

Tints of Jewel #0D5A41

RGB

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

 GREEN value IS 90 (35.55% from 255) = 53.57%

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

R = 7.74%
G = 53.57%
B = 38.69%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#0D5A41 (or 0x0D5A41) is known color: Jewel. HEX triplet: 0D, 5A and 41. RGB value is (13,90,65). Sum of RGB (Red+Green+Blue) = 13+90+65=168 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.74% from 168); Green value is 90 (35.55% from 255 or 53.57% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 90 - color contains mainly: green. Hex color #0D5A41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5A41 is #F2A5BE. Grayscale: #404040. Windows color (decimal): -15902143 or 4282893. OLE color: 4282893.

HSL color Cylindrical-coordinate representation of color #0D5A41: hue angle of 160.52º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D5A41 is Cyan = 0.86, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB 13 90 65 -
CMYK 0.86 0 0.28 0.65
HSL 160.52º 0.75% 0.2% -
HSV(B) 160.52º 0.86% 0.35% -
XYZ 4.78 7.78 6.25 -
YUV 64.13 128.49 91.53 -
System Red Green Blue C M Y K H S L
Decimal 13 90 65 0.86 0 0.28 0.65 160.52 0.75 0.2
Hex D 5A 41 56 0 1C 41 A1 4B 14
Octal 15 132 101 126 0 34 101 241 113 24
Binary 1101 1011010 1000001 1010110 0 11100 1000001 10100001 1001011 10100

Color Harmonies of #0D5A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5A41

Black with #0D5A41

Text Example


Text Example

White with #0D5A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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