Html Css Color HEX #194B38 Sherwood Green

📋 copy color: '#194B38'

red 25 ◦ green 75 ◦ blue 56

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

Shades of Sherwood Green #194B38

Tints of Sherwood Green #194B38

RGB

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

 GREEN value IS 75 (29.69% from 255) = 48.08%

 BLUE value IS 56 (22.27% from 255) = 35.9%

R = 16.03%
G = 48.08%
B = 35.9%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.25

 K value IS 0.71

RGB Variations

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

Color information

#194B38 (or 0x194B38) is known color: Sherwood Green. HEX triplet: 19, 4B and 38. RGB value is (25,75,56). Sum of RGB (Red+Green+Blue) = 25+75+56=156 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.03% from 156); Green value is 75 (29.69% from 255 or 48.08% from 156); Blue value is 56 (22.27% from 255 or 35.90% from 156); Max value from RGB is 75 - color contains mainly: green. Hex color #194B38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194B38 is #E6B4C7. Grayscale: #393939. Windows color (decimal): -15119560 or 3689241. OLE color: 3689241.

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

Color convert

RGB 25 75 56 -
CMYK 0.67 0 0.25 0.71
HSL 157.2º 0.5% 0.2% -
HSV(B) 157.2º 0.67% 0.29% -
XYZ 3.63 5.52 4.62 -
YUV 57.88 126.94 104.54 -
System Red Green Blue C M Y K H S L
Decimal 25 75 56 0.67 0 0.25 0.71 157.2 0.5 0.2
Hex 19 4B 38 43 0 19 47 9D 32 14
Octal 31 113 70 103 0 31 107 235 62 24
Binary 11001 1001011 111000 1000011 0 11001 1000111 10011101 110010 10100

Color Harmonies of #194B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194B38

Black with #194B38

Text Example


Text Example

White with #194B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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