Html Css Color HEX #0D5A42 Jewel

📋 copy color: '#0D5A42'

red 13 ◦ green 90 ◦ blue 66

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

Shades of Jewel #0D5A42

Tints of Jewel #0D5A42

RGB

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

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

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

R = 7.69%
G = 53.25%
B = 39.05%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#0D5A42 (or 0x0D5A42) is known color: Jewel. HEX triplet: 0D, 5A and 42. RGB value is (13,90,66). Sum of RGB (Red+Green+Blue) = 13+90+66=169 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.69% from 169); Green value is 90 (35.55% from 255 or 53.25% from 169); Blue value is 66 (26.17% from 255 or 39.05% from 169); Max value from RGB is 90 - color contains mainly: green. Hex color #0D5A42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5A42 is #F2A5BD. Grayscale: #404040. Windows color (decimal): -15902142 or 4348429. OLE color: 4348429.

HSL color Cylindrical-coordinate representation of color #0D5A42: hue angle of 161.3º 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 #0D5A42 is Cyan = 0.86, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 13 90 66 -
CMYK 0.86 0 0.27 0.65
HSL 161.3º 0.75% 0.2% -
HSV(B) 161.3º 0.86% 0.35% -
XYZ 4.81 7.79 6.4 -
YUV 64.24 128.99 91.45 -
System Red Green Blue C M Y K H S L
Decimal 13 90 66 0.86 0 0.27 0.65 161.3 0.75 0.2
Hex D 5A 42 56 0 1B 41 A1 4B 14
Octal 15 132 102 126 0 33 101 241 113 24
Binary 1101 1011010 1000010 1010110 0 11011 1000001 10100001 1001011 10100

Color Harmonies of #0D5A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5A42

Black with #0D5A42

Text Example


Text Example

White with #0D5A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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