Html Css Color HEX #194C3A Sherwood Green

📋 copy color: '#194C3A'

red 25 ◦ green 76 ◦ blue 58

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

Shades of Sherwood Green #194C3A

Tints of Sherwood Green #194C3A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 47.8%

 BLUE value IS 58 (23.05% from 255) = 36.48%

R = 15.72%
G = 47.8%
B = 36.48%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.24

 K value IS 0.70

RGB Variations

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

Color information

#194C3A (or 0x194C3A) is known color: Sherwood Green. HEX triplet: 19, 4C and 3A. RGB value is (25,76,58). Sum of RGB (Red+Green+Blue) = 25+76+58=159 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.72% from 159); Green value is 76 (30.08% from 255 or 47.80% from 159); Blue value is 58 (23.05% from 255 or 36.48% from 159); Max value from RGB is 76 - color contains mainly: green. Hex color #194C3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194C3A is #E6B3C5. Grayscale: #3A3A3A. Windows color (decimal): -15119302 or 3820569. OLE color: 3820569.

HSL color Cylindrical-coordinate representation of color #194C3A: hue angle of 158.82º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #194C3A is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.70.

Color convert

RGB 25 76 58 -
CMYK 0.67 0 0.24 0.70
HSL 158.82º 0.5% 0.2% -
HSV(B) 158.82º 0.67% 0.3% -
XYZ 3.75 5.68 4.9 -
YUV 58.7 127.6 103.96 -
System Red Green Blue C M Y K H S L
Decimal 25 76 58 0.67 0 0.24 0.70 158.82 0.5 0.2
Hex 19 4C 3A 43 0 18 46 9F 32 14
Octal 31 114 72 103 0 30 106 237 62 24
Binary 11001 1001100 111010 1000011 0 11000 1000110 10011111 110010 10100

Color Harmonies of #194C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194C3A

Black with #194C3A

Text Example


Text Example

White with #194C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194C3A; }

 p { color: rgb(25,76,58); }

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

background-color css

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

 a { background-color: rgb(25,76,58); }

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

border-color css

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

 span { border-color: rgb(25,76,58); }

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