Html Css Color HEX #193823 Deep Fir

📋 copy color: '#193823'

red 25 ◦ green 56 ◦ blue 35

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

Shades of Deep Fir #193823

Tints of Deep Fir #193823

RGB

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

 GREEN value IS 56 (22.27% from 255) = 48.28%

 BLUE value IS 35 (14.06% from 255) = 30.17%

R = 21.55%
G = 48.28%
B = 30.17%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.37

 K value IS 0.78

RGB Variations

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

Color information

#193823 (or 0x193823) is known color: Deep Fir. HEX triplet: 19, 38 and 23. RGB value is (25,56,35). Sum of RGB (Red+Green+Blue) = 25+56+35=116 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.55% from 116); Green value is 56 (22.27% from 255 or 48.28% from 116); Blue value is 35 (14.06% from 255 or 30.17% from 116); Max value from RGB is 56 - color contains mainly: green. Hex color #193823 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193823 is #E6C7DC. Grayscale: #2C2C2C. Windows color (decimal): -15124445 or 2308121. OLE color: 2308121.

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

Color convert

RGB 25 56 35 -
CMYK 0.55 0 0.37 0.78
HSL 139.35º 0.38% 0.16% -
HSV(B) 139.35º 0.55% 0.22% -
XYZ 2.12 3.16 2.09 -
YUV 44.34 122.73 114.21 -
System Red Green Blue C M Y K H S L
Decimal 25 56 35 0.55 0 0.37 0.78 139.35 0.38 0.16
Hex 19 38 23 37 0 25 4E 8B 26 10
Octal 31 70 43 67 0 45 116 213 46 20
Binary 11001 111000 100011 110111 0 100101 1001110 10001011 100110 10000

Color Harmonies of #193823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193823

Black with #193823

Text Example


Text Example

White with #193823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193823; }

 p { color: rgb(25,56,35); }

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

background-color css

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

 a { background-color: rgb(25,56,35); }

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

border-color css

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

 span { border-color: rgb(25,56,35); }

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