Html Css Color HEX #0D6242 Jewel

📋 copy color: '#0D6242'

red 13 ◦ green 98 ◦ blue 66

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

Shades of Jewel #0D6242

Tints of Jewel #0D6242

RGB

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

 GREEN value IS 98 (38.67% from 255) = 55.37%

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

R = 7.34%
G = 55.37%
B = 37.29%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#0D6242 (or 0x0D6242) is known color: Jewel. HEX triplet: 0D, 62 and 42. RGB value is (13,98,66). Sum of RGB (Red+Green+Blue) = 13+98+66=177 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.34% from 177); Green value is 98 (38.67% from 255 or 55.37% from 177); Blue value is 66 (26.17% from 255 or 37.29% from 177); Max value from RGB is 98 - color contains mainly: green. Hex color #0D6242 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6242 is #F29DBD. Grayscale: #444444. Windows color (decimal): -15900094 or 4350477. OLE color: 4350477.

HSL color Cylindrical-coordinate representation of color #0D6242: hue angle of 157.41º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D6242 is Cyan = 0.87, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 13 98 66 -
CMYK 0.87 0 0.33 0.62
HSL 157.41º 0.77% 0.22% -
HSV(B) 157.41º 0.87% 0.38% -
XYZ 5.52 9.21 6.64 -
YUV 68.94 126.34 88.1 -
System Red Green Blue C M Y K H S L
Decimal 13 98 66 0.87 0 0.33 0.62 157.41 0.77 0.22
Hex D 62 42 57 0 21 3E 9D 4D 16
Octal 15 142 102 127 0 41 76 235 115 26
Binary 1101 1100010 1000010 1010111 0 100001 111110 10011101 1001101 10110

Color Harmonies of #0D6242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6242

Black with #0D6242

Text Example


Text Example

White with #0D6242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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