Html Css Color HEX #193701 Pine Tree

📋 copy color: '#193701'

red 25 ◦ green 55 ◦ blue 1

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

Shades of Pine Tree #193701

Tints of Pine Tree #193701

RGB

 RED value IS 25 (10.16% from 255) = 30.86%

 GREEN value IS 55 (21.88% from 255) = 67.9%

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

R = 30.86%
G = 67.9%
B = 1.23%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#193701 (or 0x193701) is known color: Pine Tree. HEX triplet: 19, 37 and 01. RGB value is (25,55,1). Sum of RGB (Red+Green+Blue) = 25+55+1=81 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.86% from 81); Green value is 55 (21.88% from 255 or 67.90% from 81); Blue value is 1 (0.78% from 255 or 1.23% from 81); Max value from RGB is 55 - color contains mainly: green. Hex color #193701 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193701 is #E6C8FE. Grayscale: #282828. Windows color (decimal): -15124735 or 79641. OLE color: 79641.

HSL color Cylindrical-coordinate representation of color #193701: hue angle of 93.33º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #193701 is Cyan = 0.55, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB 25 55 1 -
CMYK 0.55 0 0.98 0.78
HSL 93.33º 0.96% 0.11% -
HSV(B) 93.33º 0.98% 0.22% -
XYZ 1.77 2.94 0.5 -
YUV 39.87 106.06 117.39 -
System Red Green Blue C M Y K H S L
Decimal 25 55 1 0.55 0 0.98 0.78 93.33 0.96 0.11
Hex 19 37 1 37 0 62 4E 5D 60 B
Octal 31 67 1 67 0 142 116 135 140 13
Binary 11001 110111 1 110111 0 1100010 1001110 1011101 1100000 1011

Color Harmonies of #193701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193701

Black with #193701

Text Example


Text Example

White with #193701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193701; }

 p { color: rgb(25,55,1); }

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

background-color css

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

 a { background-color: rgb(25,55,1); }

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

border-color css

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

 span { border-color: rgb(25,55,1); }

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