Html Css Color HEX #193704 Pine Tree

📋 copy color: '#193704'

red 25 ◦ green 55 ◦ blue 4

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

Shades of Pine Tree #193704

Tints of Pine Tree #193704

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 4.76%

R = 29.76%
G = 65.48%
B = 4.76%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.93

 K value IS 0.78

RGB Variations

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

Color information

#193704 (or 0x193704) is known color: Pine Tree. HEX triplet: 19, 37 and 04. RGB value is (25,55,4). Sum of RGB (Red+Green+Blue) = 25+55+4=84 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.76% from 84); Green value is 55 (21.88% from 255 or 65.48% from 84); Blue value is 4 (1.95% from 255 or 4.76% from 84); Max value from RGB is 55 - color contains mainly: green. Hex color #193704 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193704 is #E6C8FB. Grayscale: #282828. Windows color (decimal): -15124732 or 276249. OLE color: 276249.

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

Color convert

RGB 25 55 4 -
CMYK 0.55 0 0.93 0.78
HSL 95.29º 0.86% 0.12% -
HSV(B) 95.29º 0.93% 0.22% -
XYZ 1.79 2.95 0.59 -
YUV 40.22 107.56 117.15 -
System Red Green Blue C M Y K H S L
Decimal 25 55 4 0.55 0 0.93 0.78 95.29 0.86 0.12
Hex 19 37 4 37 0 5D 4E 5F 56 C
Octal 31 67 4 67 0 135 116 137 126 14
Binary 11001 110111 100 110111 0 1011101 1001110 1011111 1010110 1100

Color Harmonies of #193704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193704

Black with #193704

Text Example


Text Example

White with #193704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193704; }

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

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

background-color css

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

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

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

border-color css

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

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

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