Html Css Color HEX #133008 Myrtle

📋 copy color: '#133008'

red 19 ◦ green 48 ◦ blue 8

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

Shades of Myrtle #133008

Tints of Myrtle #133008

RGB

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

 GREEN value IS 48 (19.14% from 255) = 64%

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

R = 25.33%
G = 64%
B = 10.67%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.83

 K value IS 0.81

RGB Variations

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

Color information

#133008 (or 0x133008) is known color: Myrtle. HEX triplet: 13, 30 and 08. RGB value is (19,48,8). Sum of RGB (Red+Green+Blue) = 19+48+8=75 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.33% from 75); Green value is 48 (19.14% from 255 or 64% from 75); Blue value is 8 (3.52% from 255 or 10.67% from 75); Max value from RGB is 48 - color contains mainly: green. Hex color #133008 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133008 is #ECCFF7. Grayscale: #222222. Windows color (decimal): -15519736 or 536595. OLE color: 536595.

HSL color Cylindrical-coordinate representation of color #133008: hue angle of 103.5º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #133008 is Cyan = 0.60, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.81.

Color convert

RGB 19 48 8 -
CMYK 0.60 0 0.83 0.81
HSL 103.5º 0.71% 0.11% -
HSV(B) 103.5º 0.83% 0.19% -
XYZ 1.37 2.27 0.6 -
YUV 34.77 112.89 116.75 -
System Red Green Blue C M Y K H S L
Decimal 19 48 8 0.60 0 0.83 0.81 103.5 0.71 0.11
Hex 13 30 8 3C 0 53 51 68 47 B
Octal 23 60 10 74 0 123 121 150 107 13
Binary 10011 110000 1000 111100 0 1010011 1010001 1101000 1000111 1011

Color Harmonies of #133008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133008

Black with #133008

Text Example


Text Example

White with #133008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133008; }

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

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

background-color css

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

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

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

border-color css

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

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

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