Html Css Color HEX #133207 Myrtle

📋 copy color: '#133207'

red 19 ◦ green 50 ◦ blue 7

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

Shades of Myrtle #133207

Tints of Myrtle #133207

RGB

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

 GREEN value IS 50 (19.92% from 255) = 65.79%

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

R = 25%
G = 65.79%
B = 9.21%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.86

 K value IS 0.80

RGB Variations

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

Color information

#133207 (or 0x133207) is known color: Myrtle. HEX triplet: 13, 32 and 07. RGB value is (19,50,7). Sum of RGB (Red+Green+Blue) = 19+50+7=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 50 (19.92% from 255 or 65.79% from 76); Blue value is 7 (3.12% from 255 or 9.21% from 76); Max value from RGB is 50 - color contains mainly: green. Hex color #133207 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133207 is #ECCDF8. Grayscale: #232323. Windows color (decimal): -15519225 or 471571. OLE color: 471571.

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

Color convert

RGB 19 50 7 -
CMYK 0.62 0 0.86 0.80
HSL 103.26º 0.75% 0.11% -
HSV(B) 103.26º 0.86% 0.2% -
XYZ 1.45 2.43 0.59 -
YUV 35.83 111.73 116 -
System Red Green Blue C M Y K H S L
Decimal 19 50 7 0.62 0 0.86 0.80 103.26 0.75 0.11
Hex 13 32 7 3E 0 56 50 67 4B B
Octal 23 62 7 76 0 126 120 147 113 13
Binary 10011 110010 111 111110 0 1010110 1010000 1100111 1001011 1011

Color Harmonies of #133207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133207

Black with #133207

Text Example


Text Example

White with #133207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133207; }

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

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

background-color css

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

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

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

border-color css

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

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

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