Html Css Color HEX #133F01 Myrtle

📋 copy color: '#133F01'

red 19 ◦ green 63 ◦ blue 1

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

Shades of Myrtle #133F01

Tints of Myrtle #133F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.2%

R = 22.89%
G = 75.9%
B = 1.2%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#133F01 (or 0x133F01) is known color: Myrtle. HEX triplet: 13, 3F and 01. RGB value is (19,63,1). Sum of RGB (Red+Green+Blue) = 19+63+1=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 63 (25% from 255 or 75.90% from 83); Blue value is 1 (0.78% from 255 or 1.20% from 83); Max value from RGB is 63 - color contains mainly: green. Hex color #133F01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133F01 is #ECC0FE. Grayscale: #2A2A2A. Windows color (decimal): -15515903 or 81683. OLE color: 81683.

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

Color convert

RGB 19 63 1 -
CMYK 0.70 0 0.98 0.75
HSL 102.58º 0.97% 0.13% -
HSV(B) 102.58º 0.98% 0.25% -
XYZ 2.05 3.7 0.63 -
YUV 42.78 104.42 111.04 -
System Red Green Blue C M Y K H S L
Decimal 19 63 1 0.70 0 0.98 0.75 102.58 0.97 0.13
Hex 13 3F 1 46 0 62 4B 67 61 D
Octal 23 77 1 106 0 142 113 147 141 15
Binary 10011 111111 1 1000110 0 1100010 1001011 1100111 1100001 1101

Color Harmonies of #133F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133F01

Black with #133F01

Text Example


Text Example

White with #133F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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