Html Css Color HEX #194132 Sherwood Green

📋 copy color: '#194132'

red 25 ◦ green 65 ◦ blue 50

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

Shades of Sherwood Green #194132

Tints of Sherwood Green #194132

RGB

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

 GREEN value IS 65 (25.78% from 255) = 46.43%

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

R = 17.86%
G = 46.43%
B = 35.71%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#194132 (or 0x194132) is known color: Sherwood Green. HEX triplet: 19, 41 and 32. RGB value is (25,65,50). Sum of RGB (Red+Green+Blue) = 25+65+50=140 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.86% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 50 (19.92% from 255 or 35.71% from 140); Max value from RGB is 65 - color contains mainly: green. Hex color #194132 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194132 is #E6BECD. Grayscale: #333333. Windows color (decimal): -15122126 or 3293465. OLE color: 3293465.

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

Color convert

RGB 25 65 50 -
CMYK 0.62 0 0.23 0.75
HSL 157.5º 0.44% 0.18% -
HSV(B) 157.5º 0.62% 0.25% -
XYZ 2.87 4.22 3.68 -
YUV 51.33 127.25 109.22 -
System Red Green Blue C M Y K H S L
Decimal 25 65 50 0.62 0 0.23 0.75 157.5 0.44 0.18
Hex 19 41 32 3E 0 17 4B 9E 2C 12
Octal 31 101 62 76 0 27 113 236 54 22
Binary 11001 1000001 110010 111110 0 10111 1001011 10011110 101100 10010

Color Harmonies of #194132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194132

Black with #194132

Text Example


Text Example

White with #194132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194132; }

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

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

background-color css

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

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

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

border-color css

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

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

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