#193020

Color #193020 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #193020

Tints of Deep Fir #193020

Color information

#193020 (or 0x193020) is unknown color: approx Deep Fir. HEX triplet: 19, 30 and 20. RGB value is (25,48,32). Sum of RGB (Red+Green+Blue) = 25+48+32=105 (13% of max value = 765). Red value is 25 (10.16% from 255 or 23.81% from 105); Green value is 48 (19.14% from 255 or 45.71% from 105); Blue value is 32 (12.89% from 255 or 30.48% from 105); Max value from RGB is 48 - color contains mainly: green. Hex color #193020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193020 is #E6CFDF. Grayscale: #272727. Windows color (decimal): -15126496 or 2109465. OLE color: 2109465.

HSL color Cylindrical-coordinate representation of color #193020: hue angle of 138.26º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #193020 is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB254832-
CMYK0.4800.330.81
HSL138.26º31.51%14.31%-
HSV(B)138.26º47.92%18.82%-
XYZ1.722.421.74-
YUV39.3123.88117.8-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 23.81%
GREEN value IS 48 (19.14% from 255) = 45.71%
BLUE value IS 32 (12.89% from 255) = 30.48%
R=23.81%
G=45.71%
B=30.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2548320.4800.330.81138.2631.5114.31
Hex19302030021518a20e
Octal316040600411212124016
Binary1100111000010000011000001000011010001100010101000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193020; }

 p { color: rgb(25,48,32); }

 H1.HeaderClassName
 {
   color: #193020;
 }
 .AnyTagClassName
 {
   color: #193020;
 }
</style>
background-color css

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

 a { background-color: rgb(25,48,32); }

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

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

 span { border-color: rgb(25,48,32); }

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