#104F25

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

Shades of Crusoe #104F25

Tints of Crusoe #104F25

Color information

#104F25 (or 0x104F25) is unknown color: approx Crusoe. HEX triplet: 10, 4F and 25. RGB value is (16,79,37). Sum of RGB (Red+Green+Blue) = 16+79+37=132 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.12% from 132); Green value is 79 (31.25% from 255 or 59.85% from 132); Blue value is 37 (14.84% from 255 or 28.03% from 132); Max value from RGB is 79 - color contains mainly: green. Hex color #104F25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104F25 is #EFB0DA. Grayscale: #373737. Windows color (decimal): -15708379 or 2445072. OLE color: 2445072.

HSL color Cylindrical-coordinate representation of color #104F25: hue angle of 140º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #104F25 is Cyan = 0.80, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.69.

Color convert

RGB167937-
CMYK0.8000.530.69
HSL140º66.32%18.63%-
HSV(B)140º79.75%30.98%-
XYZ3.345.842.7-
YUV55.38117.6399.92-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.12%
GREEN value IS 79 (31.25% from 255) = 59.85%
BLUE value IS 37 (14.84% from 255) = 28.03%
R=12.12%
G=59.85%
B=28.03%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1679370.8000.530.6914066.3218.63
Hex104F2550035458c4213
Octal201174512006510521410223
Binary10000100111110010110100000110101100010110001100100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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