Html Css Color HEX #133205 Myrtle

📋 copy color: '#133205'

red 19 ◦ green 50 ◦ blue 5

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

Shades of Myrtle #133205

Tints of Myrtle #133205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 6.76%

R = 25.68%
G = 67.57%
B = 6.76%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.90

 K value IS 0.80

RGB Variations

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

Color information

#133205 (or 0x133205) is known color: Myrtle. HEX triplet: 13, 32 and 05. RGB value is (19,50,5). Sum of RGB (Red+Green+Blue) = 19+50+5=74 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.68% from 74); Green value is 50 (19.92% from 255 or 67.57% from 74); Blue value is 5 (2.34% from 255 or 6.76% from 74); Max value from RGB is 50 - color contains mainly: green. Hex color #133205 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133205 is #ECCDFA. Grayscale: #232323. Windows color (decimal): -15519227 or 340499. OLE color: 340499.

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

Color convert

RGB 19 50 5 -
CMYK 0.62 0 0.90 0.80
HSL 101.33º 0.82% 0.11% -
HSV(B) 101.33º 0.9% 0.2% -
XYZ 1.44 2.43 0.54 -
YUV 35.6 110.73 116.16 -
System Red Green Blue C M Y K H S L
Decimal 19 50 5 0.62 0 0.90 0.80 101.33 0.82 0.11
Hex 13 32 5 3E 0 5A 50 65 52 B
Octal 23 62 5 76 0 132 120 145 122 13
Binary 10011 110010 101 111110 0 1011010 1010000 1100101 1010010 1011

Color Harmonies of #133205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133205

Black with #133205

Text Example


Text Example

White with #133205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133205; }

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

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

background-color css

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

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

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

border-color css

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

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

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