Html Css Color HEX #133508 Myrtle

📋 copy color: '#133508'

red 19 ◦ green 53 ◦ blue 8

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

Shades of Myrtle #133508

Tints of Myrtle #133508

RGB

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

 GREEN value IS 53 (21.09% from 255) = 66.25%

 BLUE value IS 8 (3.52% from 255) = 10%

R = 23.75%
G = 66.25%
B = 10%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.85

 K value IS 0.79

RGB Variations

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

Color information

#133508 (or 0x133508) is known color: Myrtle. HEX triplet: 13, 35 and 08. RGB value is (19,53,8). Sum of RGB (Red+Green+Blue) = 19+53+8=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 53 (21.09% from 255 or 66.25% from 80); Blue value is 8 (3.52% from 255 or 10% from 80); Max value from RGB is 53 - color contains mainly: green. Hex color #133508 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133508 is #ECCAF7. Grayscale: #252525. Windows color (decimal): -15518456 or 537875. OLE color: 537875.

HSL color Cylindrical-coordinate representation of color #133508: hue angle of 105.33º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #133508 is Cyan = 0.64, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.79.

Color convert

RGB 19 53 8 -
CMYK 0.64 0 0.85 0.79
HSL 105.33º 0.74% 0.12% -
HSV(B) 105.33º 0.85% 0.21% -
XYZ 1.59 2.7 0.67 -
YUV 37.7 111.24 114.66 -
System Red Green Blue C M Y K H S L
Decimal 19 53 8 0.64 0 0.85 0.79 105.33 0.74 0.12
Hex 13 35 8 40 0 55 4F 69 4A C
Octal 23 65 10 100 0 125 117 151 112 14
Binary 10011 110101 1000 1000000 0 1010101 1001111 1101001 1001010 1100

Color Harmonies of #133508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133508

Black with #133508

Text Example


Text Example

White with #133508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133508; }

 p { color: rgb(19,53,8); }

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

background-color css

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

 a { background-color: rgb(19,53,8); }

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

border-color css

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

 span { border-color: rgb(19,53,8); }

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