Html Css Color HEX #133007 Myrtle

📋 copy color: '#133007'

red 19 ◦ green 48 ◦ blue 7

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

Shades of Myrtle #133007

Tints of Myrtle #133007

RGB

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

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

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

R = 25.68%
G = 64.86%
B = 9.46%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.85

 K value IS 0.81

RGB Variations

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

Color information

#133007 (or 0x133007) is known color: Myrtle. HEX triplet: 13, 30 and 07. RGB value is (19,48,7). Sum of RGB (Red+Green+Blue) = 19+48+7=74 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.68% from 74); Green value is 48 (19.14% from 255 or 64.86% from 74); Blue value is 7 (3.12% from 255 or 9.46% from 74); Max value from RGB is 48 - color contains mainly: green. Hex color #133007 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133007 is #ECCFF8. Grayscale: #222222. Windows color (decimal): -15519737 or 471059. OLE color: 471059.

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

Color convert

RGB 19 48 7 -
CMYK 0.60 0 0.85 0.81
HSL 102.44º 0.75% 0.11% -
HSV(B) 102.44º 0.85% 0.19% -
XYZ 1.36 2.27 0.57 -
YUV 34.66 112.39 116.83 -
System Red Green Blue C M Y K H S L
Decimal 19 48 7 0.60 0 0.85 0.81 102.44 0.75 0.11
Hex 13 30 7 3C 0 55 51 66 4B B
Octal 23 60 7 74 0 125 121 146 113 13
Binary 10011 110000 111 111100 0 1010101 1010001 1100110 1001011 1011

Color Harmonies of #133007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133007

Black with #133007

Text Example


Text Example

White with #133007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133007; }

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

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

background-color css

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

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

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

border-color css

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

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

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