#125F1A

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

Shades of Crusoe #125F1A

Tints of Crusoe #125F1A

Color information

#125F1A (or 0x125F1A) is unknown color: approx Crusoe. HEX triplet: 12, 5F and 1A. RGB value is (18,95,26). Sum of RGB (Red+Green+Blue) = 18+95+26=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 95 (37.5% from 255 or 68.35% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 95 - color contains mainly: green. Hex color #125F1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125F1A is #EDA0E5. Grayscale: #404040. Windows color (decimal): -15573222 or 1728274. OLE color: 1728274.

HSL color Cylindrical-coordinate representation of color #125F1A: hue angle of 126.23º 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 #125F1A is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.63.

Color convert

RGB189526-
CMYK0.8100.730.63
HSL126.23º68.14%22.16%-
HSV(B)126.23º81.05%37.25%-
XYZ4.538.392.36-
YUV64.11106.4995.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.95%
GREEN value IS 95 (37.5% from 255) = 68.35%
BLUE value IS 26 (10.55% from 255) = 18.71%
R=12.95%
G=68.35%
B=18.71%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1895260.8100.730.63126.2368.1422.16
Hex125F1A510493F7e4416
Octal221373212101117717610426
Binary100101011111110101010001010010011111111111110100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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