Html Css Color HEX #0D736E Pine Green

📋 copy color: '#0D736E'

red 13 ◦ green 115 ◦ blue 110

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

Shades of Pine Green #0D736E

Tints of Pine Green #0D736E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 48.32%

 BLUE value IS 110 (43.36% from 255) = 46.22%

R = 5.46%
G = 48.32%
B = 46.22%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#0D736E (or 0x0D736E) is known color: Pine Green. HEX triplet: 0D, 73 and 6E. RGB value is (13,115,110). Sum of RGB (Red+Green+Blue) = 13+115+110=238 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.46% from 238); Green value is 115 (45.31% from 255 or 48.32% from 238); Blue value is 110 (43.36% from 255 or 46.22% from 238); Max value from RGB is 115 - color contains mainly: green. Hex color #0D736E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D736E is #F28C91. Grayscale: #535353. Windows color (decimal): -15895698 or 7238413. OLE color: 7238413.

HSL color Cylindrical-coordinate representation of color #0D736E: hue angle of 177.06º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D736E is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 13 115 110 -
CMYK 0.89 0 0.04 0.55
HSL 177.06º 0.8% 0.25% -
HSV(B) 177.06º 0.89% 0.45% -
XYZ 9.11 13.47 16.87 -
YUV 83.93 142.71 77.41 -
System Red Green Blue C M Y K H S L
Decimal 13 115 110 0.89 0 0.04 0.55 177.06 0.8 0.25
Hex D 73 6E 59 0 4 37 B1 50 19
Octal 15 163 156 131 0 4 67 261 120 31
Binary 1101 1110011 1101110 1011001 0 100 110111 10110001 1010000 11001

Color Harmonies of #0D736E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D736E

Black with #0D736E

Text Example


Text Example

White with #0D736E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,115,110); }

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

background-color css

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

 a { background-color: rgb(13,115,110); }

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

border-color css

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

 span { border-color: rgb(13,115,110); }

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