Html Css Color HEX #0D6240 Jewel

📋 copy color: '#0D6240'

red 13 ◦ green 98 ◦ blue 64

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

Shades of Jewel #0D6240

Tints of Jewel #0D6240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 36.57%

R = 7.43%
G = 56%
B = 36.57%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#0D6240 (or 0x0D6240) is known color: Jewel. HEX triplet: 0D, 62 and 40. RGB value is (13,98,64). Sum of RGB (Red+Green+Blue) = 13+98+64=175 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.43% from 175); Green value is 98 (38.67% from 255 or 56% from 175); Blue value is 64 (25.39% from 255 or 36.57% from 175); Max value from RGB is 98 - color contains mainly: green. Hex color #0D6240 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6240 is #F29DBF. Grayscale: #444444. Windows color (decimal): -15900096 or 4219405. OLE color: 4219405.

HSL color Cylindrical-coordinate representation of color #0D6240: hue angle of 156º 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 #0D6240 is Cyan = 0.87, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 13 98 64 -
CMYK 0.87 0 0.35 0.62
HSL 156º 0.77% 0.22% -
HSV(B) 156º 0.87% 0.38% -
XYZ 5.46 9.19 6.34 -
YUV 68.71 125.34 88.26 -
System Red Green Blue C M Y K H S L
Decimal 13 98 64 0.87 0 0.35 0.62 156 0.77 0.22
Hex D 62 40 57 0 23 3E 9C 4D 16
Octal 15 142 100 127 0 43 76 234 115 26
Binary 1101 1100010 1000000 1010111 0 100011 111110 10011100 1001101 10110

Color Harmonies of #0D6240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6240

Black with #0D6240

Text Example


Text Example

White with #0D6240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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