#125F19

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

Shades of Crusoe #125F19

Tints of Crusoe #125F19

Color information

#125F19 (or 0x125F19) is unknown color: approx Crusoe. HEX triplet: 12, 5F and 19. RGB value is (18,95,25). Sum of RGB (Red+Green+Blue) = 18+95+25=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 95 (37.5% from 255 or 68.84% from 138); Blue value is 25 (10.16% from 255 or 18.12% from 138); Max value from RGB is 95 - color contains mainly: green. Hex color #125F19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125F19 is #EDA0E6. Grayscale: #404040. Windows color (decimal): -15573223 or 1662738. OLE color: 1662738.

HSL color Cylindrical-coordinate representation of color #125F19: hue angle of 125.45º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #125F19 is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.63.

Color convert

RGB189525-
CMYK0.8100.740.63
HSL125.45º68.14%22.16%-
HSV(B)125.45º81.05%37.25%-
XYZ4.528.382.3-
YUV64105.9995.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.04%
GREEN value IS 95 (37.5% from 255) = 68.84%
BLUE value IS 25 (10.16% from 255) = 18.12%
R=13.04%
G=68.84%
B=18.12%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1895250.8100.740.63125.4568.1422.16
Hex125F195104A3F7d4416
Octal221373112101127717510426
Binary100101011111110011010001010010101111111111101100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125F19; }

 p { color: rgb(18,95,25); }

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

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

 a { background-color: rgb(18,95,25); }

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

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

 span { border-color: rgb(18,95,25); }

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