#194F25

Color #194F25 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #194F25

Tints of Crusoe #194F25

Color information

#194F25 (or 0x194F25) is unknown color: approx Crusoe. HEX triplet: 19, 4F and 25. RGB value is (25,79,37). Sum of RGB (Red+Green+Blue) = 25+79+37=141 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.73% from 141); Green value is 79 (31.25% from 255 or 56.03% from 141); Blue value is 37 (14.84% from 255 or 26.24% from 141); Max value from RGB is 79 - color contains mainly: green. Hex color #194F25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #194F25 is #E6B0DA. Grayscale: #3A3A3A. Windows color (decimal): -15118555 or 2445081. OLE color: 2445081.

HSL color Cylindrical-coordinate representation of color #194F25: hue angle of 133.33º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #194F25 is Cyan = 0.68, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.69.

Color convert

RGB257937-
CMYK0.6800.530.69
HSL133.33º51.92%20.39%-
HSV(B)133.33º68.35%30.98%-
XYZ3.535.932.71-
YUV58.07116.11104.42-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.73%
GREEN value IS 79 (31.25% from 255) = 56.03%
BLUE value IS 37 (14.84% from 255) = 26.24%
R=17.73%
G=56.03%
B=26.24%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2579370.6800.530.69133.3351.9220.39
Hex194F254403545853414
Octal31117451040651052056424
Binary1100110011111001011000100011010110001011000010111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,79,37); }

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

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

 a { background-color: rgb(25,79,37); }

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

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

 span { border-color: rgb(25,79,37); }

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