Html Css Color HEX #133802 Myrtle

📋 copy color: '#133802'

red 19 ◦ green 56 ◦ blue 2

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

Shades of Myrtle #133802

Tints of Myrtle #133802

RGB

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

 GREEN value IS 56 (22.27% from 255) = 72.73%

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

R = 24.68%
G = 72.73%
B = 2.6%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.96

 K value IS 0.78

RGB Variations

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

Color information

#133802 (or 0x133802) is known color: Myrtle. HEX triplet: 13, 38 and 02. RGB value is (19,56,2). Sum of RGB (Red+Green+Blue) = 19+56+2=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 56 (22.27% from 255 or 72.73% from 77); Blue value is 2 (1.17% from 255 or 2.60% from 77); Max value from RGB is 56 - color contains mainly: green. Hex color #133802 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133802 is #ECC7FD. Grayscale: #262626. Windows color (decimal): -15517694 or 145427. OLE color: 145427.

HSL color Cylindrical-coordinate representation of color #133802: hue angle of 101.11º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #133802 is Cyan = 0.66, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 56 2 -
CMYK 0.66 0 0.96 0.78
HSL 101.11º 0.93% 0.11% -
HSV(B) 101.11º 0.96% 0.22% -
XYZ 1.69 2.97 0.54 -
YUV 38.78 107.24 113.89 -
System Red Green Blue C M Y K H S L
Decimal 19 56 2 0.66 0 0.96 0.78 101.11 0.93 0.11
Hex 13 38 2 42 0 60 4E 65 5D B
Octal 23 70 2 102 0 140 116 145 135 13
Binary 10011 111000 10 1000010 0 1100000 1001110 1100101 1011101 1011

Color Harmonies of #133802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133802

Black with #133802

Text Example


Text Example

White with #133802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133802; }

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

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

background-color css

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

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

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

border-color css

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

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

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