Html Css Color HEX #133009 Myrtle

📋 copy color: '#133009'

red 19 ◦ green 48 ◦ blue 9

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

Shades of Myrtle #133009

Tints of Myrtle #133009

RGB

 RED value IS 19 (7.81% from 255) = 25%

 GREEN value IS 48 (19.14% from 255) = 63.16%

 BLUE value IS 9 (3.91% from 255) = 11.84%

R = 25%
G = 63.16%
B = 11.84%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.81

 K value IS 0.81

RGB Variations

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

Color information

#133009 (or 0x133009) is known color: Myrtle. HEX triplet: 13, 30 and 09. RGB value is (19,48,9). Sum of RGB (Red+Green+Blue) = 19+48+9=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 48 (19.14% from 255 or 63.16% from 76); Blue value is 9 (3.91% from 255 or 11.84% from 76); Max value from RGB is 48 - color contains mainly: green. Hex color #133009 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133009 is #ECCFF6. Grayscale: #232323. Windows color (decimal): -15519735 or 602131. OLE color: 602131.

HSL color Cylindrical-coordinate representation of color #133009: hue angle of 104.62º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #133009 is Cyan = 0.60, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.81.

Color convert

RGB 19 48 9 -
CMYK 0.60 0 0.81 0.81
HSL 104.62º 0.68% 0.11% -
HSV(B) 104.62º 0.81% 0.19% -
XYZ 1.37 2.27 0.62 -
YUV 34.88 113.39 116.67 -
System Red Green Blue C M Y K H S L
Decimal 19 48 9 0.60 0 0.81 0.81 104.62 0.68 0.11
Hex 13 30 9 3C 0 51 51 69 44 B
Octal 23 60 11 74 0 121 121 151 104 13
Binary 10011 110000 1001 111100 0 1010001 1010001 1101001 1000100 1011

Color Harmonies of #133009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133009

Black with #133009

Text Example


Text Example

White with #133009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133009; }

 p { color: rgb(19,48,9); }

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

background-color css

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

 a { background-color: rgb(19,48,9); }

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

border-color css

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

 span { border-color: rgb(19,48,9); }

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