#194130

Color #194130 Sherwood Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherwood Green #194130

Tints of Sherwood Green #194130

Color information

#194130 (or 0x194130) is unknown color: approx Sherwood Green. HEX triplet: 19, 41 and 30. RGB value is (25,65,48). Sum of RGB (Red+Green+Blue) = 25+65+48=138 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.12% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 48 (19.14% from 255 or 34.78% from 138); Max value from RGB is 65 - color contains mainly: green. Hex color #194130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194130 is #E6BECF. Grayscale: #333333. Windows color (decimal): -15122128 or 3162393. OLE color: 3162393.

HSL color Cylindrical-coordinate representation of color #194130: hue angle of 154.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 #194130 is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.75.

Color convert

RGB256548-
CMYK0.6200.260.75
HSL154.5º44.44%17.65%-
HSV(B)154.5º61.54%25.49%-
XYZ2.824.23.46-
YUV51.1126.25109.38-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.12%
GREEN value IS 65 (25.78% from 255) = 47.10%
BLUE value IS 48 (19.14% from 255) = 34.78%
R=18.12%
G=47.10%
B=34.78%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2565480.6200.260.75154.544.4417.65
Hex1941303E01A4B9a2c12
Octal3110160760321132325422
Binary11001100000111000011111001101010010111001101010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194130; }

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

 H1.HeaderClassName
 {
   color: #194130;
 }
 .AnyTagClassName
 {
   color: #194130;
 }
</style>
background-color css

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

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

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

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

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

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