Html Css Color HEX #133F08 Myrtle

📋 copy color: '#133F08'

red 19 ◦ green 63 ◦ blue 8

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

Shades of Myrtle #133F08

Tints of Myrtle #133F08

RGB

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

 GREEN value IS 63 (25% from 255) = 70%

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

R = 21.11%
G = 70%
B = 8.89%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.87

 K value IS 0.75

RGB Variations

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

Color information

#133F08 (or 0x133F08) is known color: Myrtle. HEX triplet: 13, 3F and 08. RGB value is (19,63,8). Sum of RGB (Red+Green+Blue) = 19+63+8=90 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.11% from 90); Green value is 63 (25% from 255 or 70% from 90); Blue value is 8 (3.52% from 255 or 8.89% from 90); Max value from RGB is 63 - color contains mainly: green. Hex color #133F08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133F08 is #ECC0F7. Grayscale: #2B2B2B. Windows color (decimal): -15515896 or 540435. OLE color: 540435.

HSL color Cylindrical-coordinate representation of color #133F08: hue angle of 108º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #133F08 is Cyan = 0.70, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 63 8 -
CMYK 0.70 0 0.87 0.75
HSL 108º 0.77% 0.14% -
HSV(B) 108º 0.87% 0.25% -
XYZ 2.09 3.71 0.84 -
YUV 43.57 107.92 110.47 -
System Red Green Blue C M Y K H S L
Decimal 19 63 8 0.70 0 0.87 0.75 108 0.77 0.14
Hex 13 3F 8 46 0 57 4B 6C 4D E
Octal 23 77 10 106 0 127 113 154 115 16
Binary 10011 111111 1000 1000110 0 1010111 1001011 1101100 1001101 1110

Color Harmonies of #133F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133F08

Black with #133F08

Text Example


Text Example

White with #133F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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