#0D653F

Color #0D653F Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #0D653F

Tints of Jewel #0D653F

Color information

#0D653F (or 0x0D653F) is unknown color: approx Jewel. HEX triplet: 0D, 65 and 3F. RGB value is (13,101,63). Sum of RGB (Red+Green+Blue) = 13+101+63=177 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.34% from 177); Green value is 101 (39.84% from 255 or 57.06% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 101 - color contains mainly: green. Hex color #0D653F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D653F is #F29AC0. Grayscale: #464646. Windows color (decimal): -15899329 or 4154637. OLE color: 4154637.

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

Color convert

RGB1310163-
CMYK0.8700.380.60
HSL154.09º77.19%22.35%-
HSV(B)154.09º87.13%39.61%-
XYZ5.729.756.28-
YUV70.36123.8587.09-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.34%
GREEN value IS 101 (39.84% from 255) = 57.06%
BLUE value IS 63 (25% from 255) = 35.59%
R=7.34%
G=57.06%
B=35.59%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal13101630.8700.380.60154.0977.1922.35
HexD653F570263C9a4d16
Octal15145771270467423211526
Binary110111001011111111010111010011011110010011010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D653F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,101,63); }

 H1.HeaderClassName
 {
   color: #0D653F;
 }
 .AnyTagClassName
 {
   color: #0D653F;
 }
</style>
background-color css

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

 a { background-color: rgb(13,101,63); }

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

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

 span { border-color: rgb(13,101,63); }

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