Html Css Color HEX #133B05 Myrtle

📋 copy color: '#133B05'

red 19 ◦ green 59 ◦ blue 5

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

Shades of Myrtle #133B05

Tints of Myrtle #133B05

RGB

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

 GREEN value IS 59 (23.44% from 255) = 71.08%

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

R = 22.89%
G = 71.08%
B = 6.02%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.92

 K value IS 0.77

RGB Variations

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

Color information

#133B05 (or 0x133B05) is known color: Myrtle. HEX triplet: 13, 3B and 05. RGB value is (19,59,5). Sum of RGB (Red+Green+Blue) = 19+59+5=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 59 (23.44% from 255 or 71.08% from 83); Blue value is 5 (2.34% from 255 or 6.02% from 83); Max value from RGB is 59 - color contains mainly: green. Hex color #133B05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133B05 is #ECC4FA. Grayscale: #292929. Windows color (decimal): -15516923 or 342803. OLE color: 342803.

HSL color Cylindrical-coordinate representation of color #133B05: hue angle of 104.44º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #133B05 is Cyan = 0.68, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.77.

Color convert

RGB 19 59 5 -
CMYK 0.68 0 0.92 0.77
HSL 104.44º 0.84% 0.13% -
HSV(B) 104.44º 0.92% 0.23% -
XYZ 1.86 3.28 0.68 -
YUV 40.88 107.75 112.39 -
System Red Green Blue C M Y K H S L
Decimal 19 59 5 0.68 0 0.92 0.77 104.44 0.84 0.13
Hex 13 3B 5 44 0 5C 4D 68 54 D
Octal 23 73 5 104 0 134 115 150 124 15
Binary 10011 111011 101 1000100 0 1011100 1001101 1101000 1010100 1101

Color Harmonies of #133B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133B05

Black with #133B05

Text Example


Text Example

White with #133B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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