Html Css Color HEX #194032 Sherwood Green

📋 copy color: '#194032'

red 25 ◦ green 64 ◦ blue 50

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

Shades of Sherwood Green #194032

Tints of Sherwood Green #194032

RGB

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

 GREEN value IS 64 (25.39% from 255) = 46.04%

 BLUE value IS 50 (19.92% from 255) = 35.97%

R = 17.99%
G = 46.04%
B = 35.97%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#194032 (or 0x194032) is known color: Sherwood Green. HEX triplet: 19, 40 and 32. RGB value is (25,64,50). Sum of RGB (Red+Green+Blue) = 25+64+50=139 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.99% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 50 (19.92% from 255 or 35.97% from 139); Max value from RGB is 64 - color contains mainly: green. Hex color #194032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194032 is #E6BFCD. Grayscale: #323232. Windows color (decimal): -15122382 or 3293209. OLE color: 3293209.

HSL color Cylindrical-coordinate representation of color #194032: hue angle of 158.46º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #194032 is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB 25 64 50 -
CMYK 0.61 0 0.22 0.75
HSL 158.46º 0.44% 0.17% -
HSV(B) 158.46º 0.61% 0.25% -
XYZ 2.81 4.1 3.66 -
YUV 50.74 127.58 109.64 -
System Red Green Blue C M Y K H S L
Decimal 25 64 50 0.61 0 0.22 0.75 158.46 0.44 0.17
Hex 19 40 32 3D 0 16 4B 9E 2C 11
Octal 31 100 62 75 0 26 113 236 54 21
Binary 11001 1000000 110010 111101 0 10110 1001011 10011110 101100 10001

Color Harmonies of #194032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194032

Black with #194032

Text Example


Text Example

White with #194032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194032; }

 p { color: rgb(25,64,50); }

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

background-color css

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

 a { background-color: rgb(25,64,50); }

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

border-color css

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

 span { border-color: rgb(25,64,50); }

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