Html Css Color HEX #163401 Pine Tree

📋 copy color: '#163401'

red 22 ◦ green 52 ◦ blue 1

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

Shades of Pine Tree #163401

Tints of Pine Tree #163401

RGB

 RED value IS 22 (8.98% from 255) = 29.33%

 GREEN value IS 52 (20.7% from 255) = 69.33%

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

R = 29.33%
G = 69.33%
B = 1.33%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.98

 K value IS 0.80

RGB Variations

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

Color information

#163401 (or 0x163401) is known color: Pine Tree. HEX triplet: 16, 34 and 01. RGB value is (22,52,1). Sum of RGB (Red+Green+Blue) = 22+52+1=75 (9% of max value = 765). Red value is 22 (8.98% from 255 or 29.33% from 75); Green value is 52 (20.70% from 255 or 69.33% from 75); Blue value is 1 (0.78% from 255 or 1.33% from 75); Max value from RGB is 52 - color contains mainly: green. Hex color #163401 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163401 is #E9CBFE. Grayscale: #252525. Windows color (decimal): -15322111 or 78870. OLE color: 78870.

HSL color Cylindrical-coordinate representation of color #163401: hue angle of 95.29º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #163401 is Cyan = 0.58, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.80.

Color convert

RGB 22 52 1 -
CMYK 0.58 0 0.98 0.80
HSL 95.29º 0.96% 0.1% -
HSV(B) 95.29º 0.98% 0.2% -
XYZ 1.56 2.63 0.45 -
YUV 37.22 107.56 117.15 -
System Red Green Blue C M Y K H S L
Decimal 22 52 1 0.58 0 0.98 0.80 95.29 0.96 0.1
Hex 16 34 1 3A 0 62 50 5F 60 A
Octal 26 64 1 72 0 142 120 137 140 12
Binary 10110 110100 1 111010 0 1100010 1010000 1011111 1100000 1010

Color Harmonies of #163401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163401

Black with #163401

Text Example


Text Example

White with #163401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163401; }

 p { color: rgb(22,52,1); }

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

background-color css

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

 a { background-color: rgb(22,52,1); }

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

border-color css

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

 span { border-color: rgb(22,52,1); }

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