Html Css Color HEX #0D330C Myrtle

📋 copy color: '#0D330C'

red 13 ◦ green 51 ◦ blue 12

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

Shades of Myrtle #0D330C

Tints of Myrtle #0D330C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 67.11%

 BLUE value IS 12 (5.08% from 255) = 15.79%

R = 17.11%
G = 67.11%
B = 15.79%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.76

 K value IS 0.8

RGB Variations

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

Color information

#0D330C (or 0x0D330C) is known color: Myrtle. HEX triplet: 0D, 33 and 0C. RGB value is (13,51,12). Sum of RGB (Red+Green+Blue) = 13+51+12=76 (10% of max value = 765). Red value is 13 (5.47% from 255 or 17.11% from 76); Green value is 51 (20.31% from 255 or 67.11% from 76); Blue value is 12 (5.08% from 255 or 15.79% from 76); Max value from RGB is 51 - color contains mainly: green. Hex color #0D330C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D330C is #F2CCF3. Grayscale: #232323. Windows color (decimal): -15912180 or 799501. OLE color: 799501.

HSL color Cylindrical-coordinate representation of color #0D330C: hue angle of 118.46º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0D330C is Cyan = 0.75, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.8.

Color convert

RGB 13 51 12 -
CMYK 0.75 0 0.76 0.8
HSL 118.46º 0.62% 0.12% -
HSV(B) 118.46º 0.76% 0.2% -
XYZ 1.42 2.48 0.75 -
YUV 35.19 114.91 112.17 -
System Red Green Blue C M Y K H S L
Decimal 13 51 12 0.75 0 0.76 0.8 118.46 0.62 0.12
Hex D 33 C 4B 0 4C 50 76 3E C
Octal 15 63 14 113 0 114 120 166 76 14
Binary 1101 110011 1100 1001011 0 1001100 1010000 1110110 111110 1100

Color Harmonies of #0D330C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D330C

Black with #0D330C

Text Example


Text Example

White with #0D330C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,51,12); }

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

background-color css

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

 a { background-color: rgb(13,51,12); }

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

border-color css

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

 span { border-color: rgb(13,51,12); }

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