Html Css Color HEX #194C3C Sherwood Green

📋 copy color: '#194C3C'

red 25 ◦ green 76 ◦ blue 60

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

Shades of Sherwood Green #194C3C

Tints of Sherwood Green #194C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 37.27%

R = 15.53%
G = 47.2%
B = 37.27%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.21

 K value IS 0.70

RGB Variations

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

Color information

#194C3C (or 0x194C3C) is known color: Sherwood Green. HEX triplet: 19, 4C and 3C. RGB value is (25,76,60). Sum of RGB (Red+Green+Blue) = 25+76+60=161 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.53% from 161); Green value is 76 (30.08% from 255 or 47.20% from 161); Blue value is 60 (23.83% from 255 or 37.27% from 161); Max value from RGB is 76 - color contains mainly: green. Hex color #194C3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194C3C is #E6B3C3. Grayscale: #3A3A3A. Windows color (decimal): -15119300 or 3951641. OLE color: 3951641.

HSL color Cylindrical-coordinate representation of color #194C3C: hue angle of 161.18º 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 #194C3C is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.70.

Color convert

RGB 25 76 60 -
CMYK 0.67 0 0.21 0.70
HSL 161.18º 0.5% 0.2% -
HSV(B) 161.18º 0.67% 0.3% -
XYZ 3.8 5.7 5.18 -
YUV 58.93 128.6 103.8 -
System Red Green Blue C M Y K H S L
Decimal 25 76 60 0.67 0 0.21 0.70 161.18 0.5 0.2
Hex 19 4C 3C 43 0 15 46 A1 32 14
Octal 31 114 74 103 0 25 106 241 62 24
Binary 11001 1001100 111100 1000011 0 10101 1000110 10100001 110010 10100

Color Harmonies of #194C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194C3C

Black with #194C3C

Text Example


Text Example

White with #194C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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