Html Css Color HEX #133804 Myrtle

📋 copy color: '#133804'

red 19 ◦ green 56 ◦ blue 4

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

Shades of Myrtle #133804

Tints of Myrtle #133804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 5.06%

R = 24.05%
G = 70.89%
B = 5.06%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.93

 K value IS 0.78

RGB Variations

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

Color information

#133804 (or 0x133804) is known color: Myrtle. HEX triplet: 13, 38 and 04. RGB value is (19,56,4). Sum of RGB (Red+Green+Blue) = 19+56+4=79 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.05% from 79); Green value is 56 (22.27% from 255 or 70.89% from 79); Blue value is 4 (1.95% from 255 or 5.06% from 79); Max value from RGB is 56 - color contains mainly: green. Hex color #133804 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133804 is #ECC7FB. Grayscale: #272727. Windows color (decimal): -15517692 or 276499. OLE color: 276499.

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

Color convert

RGB 19 56 4 -
CMYK 0.66 0 0.93 0.78
HSL 102.69º 0.87% 0.12% -
HSV(B) 102.69º 0.93% 0.22% -
XYZ 1.7 2.98 0.6 -
YUV 39.01 108.24 113.73 -
System Red Green Blue C M Y K H S L
Decimal 19 56 4 0.66 0 0.93 0.78 102.69 0.87 0.12
Hex 13 38 4 42 0 5D 4E 67 57 C
Octal 23 70 4 102 0 135 116 147 127 14
Binary 10011 111000 100 1000010 0 1011101 1001110 1100111 1010111 1100

Color Harmonies of #133804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133804

Black with #133804

Text Example


Text Example

White with #133804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133804; }

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

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

background-color css

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

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

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

border-color css

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

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

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