Html Css Color HEX #1F5801 Myrtle

📋 copy color: '#1F5801'

red 31 ◦ green 88 ◦ blue 1

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

Shades of Myrtle #1F5801

Tints of Myrtle #1F5801

RGB

 RED value IS 31 (12.5% from 255) = 25.83%

 GREEN value IS 88 (34.77% from 255) = 73.33%

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

R = 25.83%
G = 73.33%
B = 0.83%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#1F5801 (or 0x1F5801) is known color: Myrtle. HEX triplet: 1F, 58 and 01. RGB value is (31,88,1). Sum of RGB (Red+Green+Blue) = 31+88+1=120 (15% of max value = 765). Red value is 31 (12.5% from 255 or 25.83% from 120); Green value is 88 (34.77% from 255 or 73.33% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 88 - color contains mainly: green. Hex color #1F5801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F5801 is #E0A7FE. Grayscale: #3D3D3D. Windows color (decimal): -14723071 or 88095. OLE color: 88095.

HSL color Cylindrical-coordinate representation of color #1F5801: hue angle of 99.31º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F5801 is Cyan = 0.65, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB 31 88 1 -
CMYK 0.65 0 0.99 0.65
HSL 99.31º 0.98% 0.17% -
HSV(B) 99.31º 0.99% 0.35% -
XYZ 4.06 7.27 1.22 -
YUV 61.04 94.12 106.57 -
System Red Green Blue C M Y K H S L
Decimal 31 88 1 0.65 0 0.99 0.65 99.31 0.98 0.17
Hex 1F 58 1 41 0 63 41 63 62 11
Octal 37 130 1 101 0 143 101 143 142 21
Binary 11111 1011000 1 1000001 0 1100011 1000001 1100011 1100010 10001

Color Harmonies of #1F5801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5801

Black with #1F5801

Text Example


Text Example

White with #1F5801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F5801; }

 p { color: rgb(31,88,1); }

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

background-color css

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

 a { background-color: rgb(31,88,1); }

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

border-color css

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

 span { border-color: rgb(31,88,1); }

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