Html Css Color HEX #133202 Myrtle

📋 copy color: '#133202'

red 19 ◦ green 50 ◦ blue 2

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

Shades of Myrtle #133202

Tints of Myrtle #133202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.82%

R = 26.76%
G = 70.42%
B = 2.82%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.96

 K value IS 0.80

RGB Variations

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

Color information

#133202 (or 0x133202) is known color: Myrtle. HEX triplet: 13, 32 and 02. RGB value is (19,50,2). Sum of RGB (Red+Green+Blue) = 19+50+2=71 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.76% from 71); Green value is 50 (19.92% from 255 or 70.42% from 71); Blue value is 2 (1.17% from 255 or 2.82% from 71); Max value from RGB is 50 - color contains mainly: green. Hex color #133202 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133202 is #ECCDFD. Grayscale: #232323. Windows color (decimal): -15519230 or 143891. OLE color: 143891.

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

Color convert

RGB 19 50 2 -
CMYK 0.62 0 0.96 0.80
HSL 98.75º 0.92% 0.1% -
HSV(B) 98.75º 0.96% 0.2% -
XYZ 1.42 2.42 0.45 -
YUV 35.26 109.23 116.4 -
System Red Green Blue C M Y K H S L
Decimal 19 50 2 0.62 0 0.96 0.80 98.75 0.92 0.1
Hex 13 32 2 3E 0 60 50 63 5C A
Octal 23 62 2 76 0 140 120 143 134 12
Binary 10011 110010 10 111110 0 1100000 1010000 1100011 1011100 1010

Color Harmonies of #133202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133202

Black with #133202

Text Example


Text Example

White with #133202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133202; }

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

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

background-color css

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

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

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

border-color css

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

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

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