Html Css Color HEX #133407 Myrtle

📋 copy color: '#133407'

red 19 ◦ green 52 ◦ blue 7

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

Shades of Myrtle #133407

Tints of Myrtle #133407

RGB

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

 GREEN value IS 52 (20.7% from 255) = 66.67%

 BLUE value IS 7 (3.13% from 255) = 8.97%

R = 24.36%
G = 66.67%
B = 8.97%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.87

 K value IS 0.80

RGB Variations

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

Color information

#133407 (or 0x133407) is known color: Myrtle. HEX triplet: 13, 34 and 07. RGB value is (19,52,7). Sum of RGB (Red+Green+Blue) = 19+52+7=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 52 (20.70% from 255 or 66.67% from 78); Blue value is 7 (3.12% from 255 or 8.97% from 78); Max value from RGB is 52 - color contains mainly: green. Hex color #133407 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133407 is #ECCBF8. Grayscale: #252525. Windows color (decimal): -15518713 or 472083. OLE color: 472083.

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

Color convert

RGB 19 52 7 -
CMYK 0.63 0 0.87 0.80
HSL 104º 0.76% 0.12% -
HSV(B) 104º 0.87% 0.2% -
XYZ 1.53 2.61 0.62 -
YUV 37 111.07 115.16 -
System Red Green Blue C M Y K H S L
Decimal 19 52 7 0.63 0 0.87 0.80 104 0.76 0.12
Hex 13 34 7 3F 0 57 50 68 4C C
Octal 23 64 7 77 0 127 120 150 114 14
Binary 10011 110100 111 111111 0 1010111 1010000 1101000 1001100 1100

Color Harmonies of #133407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133407

Black with #133407

Text Example


Text Example

White with #133407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133407; }

 p { color: rgb(19,52,7); }

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

background-color css

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

 a { background-color: rgb(19,52,7); }

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

border-color css

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

 span { border-color: rgb(19,52,7); }

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